summaryrefslogtreecommitdiffstats
path: root/debian/nfs-common.prerm
blob: fbdc65a5c1d1625095768e8e3560514f06ae94f1 (plain)
1
2
3
4
5
6
7
#!/bin/sh

[ -x /etc/init.d/nfs-common ] && /etc/init.d/nfs-common stop

rm -f /usr/doc/nfs-common

exit 0