File: postrm

package info (click to toggle)
rpcbind 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 956 kB
  • sloc: ansic: 5,628; sh: 1,371; makefile: 77
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#