]> WPIA git - gigi.git/blobdiff - debian/cacert-gigi.postinst
add: debconf parameter to customize location of strings
[gigi.git] / debian / cacert-gigi.postinst
index 3a7ec742a9fef707348360bc016d1661439d4b7a..d2970c11510f6f2f9b89b48de5bfa368c3539dea 100644 (file)
@@ -33,10 +33,12 @@ esac
 
 if [ -f /usr/share/debconf/confmodule ]; then
     . /usr/share/debconf/confmodule
+    db_get cacert-gigi/fetch-locales-command
+    $RET
+else
+    gigi fetch-locales
 fi
 
-gigi fetch-locales
-
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.