File: postrm

package info (click to toggle)
distributed-net-pproxy 280-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 688 kB
  • ctags: 2
  • sloc: sh: 138; perl: 116; makefile: 50
file content (9 lines) | stat: -rwxr-xr-x 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