diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-14 23:47:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-14 23:47:42 +0000 |
commit | b10e996708efde37e7911c395f9650e389fa4e32 (patch) | |
tree | d4b4c71ec03a4d6b209a6f4a6526084ee3cc627b /tor.spec.in | |
parent | 433cbf586f80f09812a7913cba4872b1816594bc (diff) | |
download | tor-b10e996708efde37e7911c395f9650e389fa4e32.tar.gz tor-b10e996708efde37e7911c395f9650e389fa4e32.zip |
Improve de-installation a little
svn:r2878
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tor.spec.in b/tor.spec.in index 44f39b0f60..3055e13a5c 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -6,7 +6,7 @@ # This should be incremented whenever the spec file changes, but # can drop back to zero at a new Tor version -%define specver 2 +%define specver 3 ## Things users may want to change # @@ -235,6 +235,11 @@ exit 0 %preun /sbin/chkconfig --del %{name} +%__rm -f ${_localstatedir}/lib/%{name}/cached-directory +%__rm -f ${_localstatedir}/lib/%{name}/bw_accounting +%__rm -f ${_localstatedir}/lib/%{name}/control_auth_cookie +%__rm -f ${_localstatedir}/lib/%{name}/router.desc +%__rm -f ${_localstatedir}/lib/%{name}/fingerprint exit 0 %files |