[COMMIT LOGREPORT] package/debian lire.postrm,1.5,1.6
Joost van Baal
vanbaal at users.sourceforge.net
Wed Nov 15 11:11:28 CET 2006
Update of /cvsroot/logreport/package/debian
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11727
Modified Files:
lire.postrm
Log Message:
do not assume /usr/share/debconf/confmodule is present in postrm
Index: lire.postrm
===================================================================
RCS file: /cvsroot/logreport/package/debian/lire.postrm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lire.postrm 16 Nov 2003 03:11:34 -0000 1.5
+++ lire.postrm 15 Nov 2006 10:11:26 -0000 1.6
@@ -43,7 +43,10 @@
# remove lire user and group
# (see dictd.postrm: , gdm.postrm , ssh.postrm for examples)
- . /usr/share/debconf/confmodule
+ # http://lists.debian.org/debian-qa/2006/11/msg00043.html
+ if [ -e /usr/share/debconf/confmodule ] ; then
+ . /usr/share/debconf/confmodule
+ fi
db_get lire/purge_user_files || true
if test x"$RET" = x"true"
--
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
commit-request at logreport.org
More information about the Commit
mailing list