DEBSOURCES
Skip Quicknav
sources / rpcbind / 1.2.7-1 / debian / postrm
123456789
#!/bin/sh set -e if [ "$1" = purge ] ; then rm -rf /run/rpcbind /run/rpcbind.lock /run/rpcbind.sock fi #DEBHELPER#