File: postrm

package info (click to toggle)
distributed-net-pproxy 319c-6
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 772 kB
  • sloc: perl: 144; sh: 137; makefile: 43
file content (9 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

#DEBHELPER#

if [ "$1" = "purge" ] ; then
	rm -rf /etc/distributed-net-pproxy
	rm -rf /var/log/distributed-net-pproxy
	rm -rf /var/lib/distributed-net-pproxy
fi