]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-debconf
r434: added back (sigh)
[debhelper.git] / autoscripts / postrm-debconf
index 2b79156f9cb5c8cde41e0eba5076a091c11be8be..a0a63b313e54af2f1ba793b584f27534f645e993 100644 (file)
@@ -1,4 +1,4 @@
-if [ "$1" = purge -a -e /usr/share/debconf/confmodule.sh ]; then
-       . /usr/share/debconf/confmodule.sh
+if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then
+       . /usr/share/debconf/confmodule
        db_purge
 fi