diff options
Diffstat (limited to 'debian/tor.postrm')
-rw-r--r-- | debian/tor.postrm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/tor.postrm b/debian/tor.postrm deleted file mode 100644 index cb3707e27f..0000000000 --- a/debian/tor.postrm +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -if [ "$1" = "purge" ]; then - # logs have to be removed according to policy. - rm -rf /var/log/tor/ - rm -rf /var/lib/tor/ -fi - -#DEBHELPER# - -exit 0 |