]> WPIA git - gigi.git/blobdiff - debian/cacert-gigi-testing.postinst
add: debconf parameter to customize location of strings
[gigi.git] / debian / cacert-gigi-testing.postinst
index 3a7ec742a9fef707348360bc016d1661439d4b7a..46fcf81ddc60118b4e647245a692597dee35bd22 100644 (file)
@@ -33,9 +33,12 @@ esac
 
 if [ -f /usr/share/debconf/confmodule ]; then
     . /usr/share/debconf/confmodule
+    db_get cacert-gigi-testing/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.