diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-11 10:24:56 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-11 10:24:56 -0800 |
commit | 4a26e01aedbbee2092a0d3c547cb2061d2305a6d (patch) | |
tree | 13b34067f76cd35ff41c4c5a722856ce75ced442 /debian/vyatta-op.postrm.in | |
parent | 688433f5c3da09c9de19fec8d6217764bb5a036c (diff) | |
download | vyatta-op-4a26e01aedbbee2092a0d3c547cb2061d2305a6d.tar.gz vyatta-op-4a26e01aedbbee2092a0d3c547cb2061d2305a6d.zip |
implement "pipe" commands as functions
Diffstat (limited to 'debian/vyatta-op.postrm.in')
-rw-r--r-- | debian/vyatta-op.postrm.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/vyatta-op.postrm.in b/debian/vyatta-op.postrm.in index 34f21ed..f86a7ba 100644 --- a/debian/vyatta-op.postrm.in +++ b/debian/vyatta-op.postrm.in @@ -9,9 +9,5 @@ if [ "$1" = "purge" ]; then rm -f ${bindir}/sudo-users/ethtool rm -f ${bindir}/sudo-users/dmidecode rm -f ${bindir}/sudo-users/iptables - rm -f /usr/bin/count - rm -f /usr/bin/match - rm -f /usr/bin/no-match - rm -f /usr/bin/no-more fi |