diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-10-26 09:29:10 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-10-26 09:29:10 +0000 |
commit | 9209ca280e67dd06672435c23e23d3f9f7e8aaa8 (patch) | |
tree | 479d809171f57bc74bc8ea0f7728d3515bb4194e /main/pmacct/pmacct.post-deinstall | |
parent | 8ff4faf39092bc7c8e46baa18d9f026bb8c7cbd2 (diff) | |
download | aports-9209ca280e67dd06672435c23e23d3f9f7e8aaa8.tar.bz2 aports-9209ca280e67dd06672435c23e23d3f9f7e8aaa8.tar.xz |
testing/pmacct: moved to main
Diffstat (limited to 'main/pmacct/pmacct.post-deinstall')
-rwxr-xr-x | main/pmacct/pmacct.post-deinstall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/pmacct/pmacct.post-deinstall b/main/pmacct/pmacct.post-deinstall new file mode 100755 index 0000000000..327b1ce74c --- /dev/null +++ b/main/pmacct/pmacct.post-deinstall @@ -0,0 +1,4 @@ +#!/bin/sh +rm /etc/init.d/nfacctd &>/dev/null +rm /etc/init.d/sfacctd &>/dev/null +rm /etc/init.d/uacctd &>/dev/null |