diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-01-02 22:23:59 +0000 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-01-02 22:23:59 +0000 |
commit | f3130af4afe8190130a02b04f8dc4591a9319816 (patch) | |
tree | d57c33bea0a2ea8a39f5b29546dfa0fca6ee66ba /debian | |
parent | Merge branch 'upstream' into debian/sid (diff) |
sort bug #454372 on purge, postrm removal of /etc/sisu
Diffstat (limited to 'debian')
-rw-r--r-- | debian/sisu.postrm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/sisu.postrm b/debian/sisu.postrm new file mode 100644 index 00000000..97906436 --- /dev/null +++ b/debian/sisu.postrm @@ -0,0 +1,5 @@ +#!/bin/sh -e +if [ "$1" = purge ] ; then + rm -rf /etc/sisu +fi +#DEBHELPER# |