File: postrm

package info (click to toggle)
rpcbind 0.2.0-8%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,840 kB
  • sloc: sh: 9,229; ansic: 5,283; makefile: 91
file content (9 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = purge ] ; then
	rm -rf /run/rpcbind /run/rpcbind.lock /run/rpcbind.sock
fi

#DEBHELPER#