File: torrus-common.postrm

package info (click to toggle)
torrus 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,740 kB
  • ctags: 707
  • sloc: perl: 25,904; xml: 16,400; sh: 3,788; makefile: 603
file content (9 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if [ "$1" = "purge" ] ; then
    rm -rf /var/run/torrus /var/log/torrus /var/lib/torrus /var/cache/torrus
fi

#DEBHELPER#

exit 0