File: postrm

package info (click to toggle)
rpcbind 0.2.1-6%2Bdeb8u2
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 884 kB
  • ctags: 541
  • sloc: ansic: 5,314; sh: 1,180; makefile: 102
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#