diff options
author | chip <chip> | 2001-11-22 02:22:37 +0000 |
---|---|---|
committer | chip <chip> | 2001-11-22 02:22:37 +0000 |
commit | 24725201e1abc88e5e8859f8ece4a1dce1432d06 (patch) | |
tree | d15db5a417ee224255fac73299838b3b9522f92a /debian/nfs-common.prerm | |
parent | e005f9f0ff176fa01e85fe5e9ad40c05051d4c94 (diff) | |
download | nfs-utils-24725201e1abc88e5e8859f8ece4a1dce1432d06.tar.gz nfs-utils-24725201e1abc88e5e8859f8ece4a1dce1432d06.tar.xz nfs-utils-24725201e1abc88e5e8859f8ece4a1dce1432d06.zip |
2001-11-21 Chip Salzenberg <chip@pobox.com>
* debian/changelog: Version 0.3.3-3.
Diffstat (limited to 'debian/nfs-common.prerm')
-rwxr-xr-x | debian/nfs-common.prerm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/nfs-common.prerm b/debian/nfs-common.prerm index 77e3af8..a3e730f 100755 --- a/debian/nfs-common.prerm +++ b/debian/nfs-common.prerm @@ -4,4 +4,11 @@ [ -x /etc/init.d/nfs-common ] && /etc/init.d/nfs-common stop +if [ "$1" != upgrade ] +then + rm -f /var/lib/nfs/sm/* \ + /var/lib/nfs/sm.bak/* \ + /var/lib/nfs/state +fi + exit 0 |