[Python-modules-commits] r19097 - in packages/django-countries/trunk/debian (1 file)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Sat Oct 29 21:41:14 UTC 2011
Date: Saturday, October 29, 2011 @ 21:41:13
Author: fladi-guest
Revision: 19097
Call "exit 0" on "triggered" only in postinst.
Modified:
packages/django-countries/trunk/debian/python-django-countries.postinst
Modified: packages/django-countries/trunk/debian/python-django-countries.postinst
===================================================================
--- packages/django-countries/trunk/debian/python-django-countries.postinst 2011-10-29 21:32:36 UTC (rev 19096)
+++ packages/django-countries/trunk/debian/python-django-countries.postinst 2011-10-29 21:41:13 UTC (rev 19097)
@@ -17,7 +17,9 @@
done
}
-if [ "$1" = "configure" -o "$1" = "triggered" ]; then
+if [ "$1" = "configure" ]; then
+ build_locale_symlinks
+elif [ "$1" = "triggered" ]; then
# iso-codes has been updated
build_locale_symlinks
exit 0
More information about the Python-modules-commits
mailing list