r22797 - /desktop/experimental/sabayon/debian/sabayon.postrm
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Thu Jan 14 21:08:55 UTC 2010
Author: dktrkranz
Date: Thu Jan 14 21:08:54 2010
New Revision: 22797
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22797
Log:
Don't try to remove files
Modified:
desktop/experimental/sabayon/debian/sabayon.postrm
Modified: desktop/experimental/sabayon/debian/sabayon.postrm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/sabayon/debian/sabayon.postrm?rev=22797&op=diff
==============================================================================
--- desktop/experimental/sabayon/debian/sabayon.postrm [utf-8] (original)
+++ desktop/experimental/sabayon/debian/sabayon.postrm [utf-8] Thu Jan 14 21:08:54 2010
@@ -5,7 +5,7 @@
if [ "$1" = "purge" ] ; then
if [ -x /usr/sbin/deluser ] ; then
rm -fr /etc/sabayon
- deluser --remove-home --remove-all-files sabayon-admin
+ deluser --remove-home sabayon-admin
deluser --group sabayon-admin
fi
fi
More information about the pkg-gnome-commits
mailing list