la, 2006-01-21 kello 19:54 +0000, Moray Allan kirjoitti: > This change: > > --- > /home/moray/Projects/debian/hanna/didiwiki/didiwiki-0.5/debian/didiwiki.postrm > 2005-03-31 21:45:14.000000000 +0100 > +++ debian/didiwiki.postrm 2006-01-21 19:47:23.000000000 +0000 > @@ -4,7 +4,7 @@ > > case "$1" in > purge) > - userdel didiwiki || true > + userdel -r didiwiki || true > rm -f /var/run/didiwiki.pid > ;; > > would remove /var/lib/didiwiki entirely when the package is purged.
That could perhaps be an acceptable solution, depending on how the users use things (I don't use it myself, I just test things with piuparts). I'm happy with any solution (including adding things to piuparts's ignore list) that you're happy with. -- I think, therefore I am alone in the universe. -- Over the Hedge -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

