diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-25 16:38:37 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-25 16:38:37 -0800 |
commit | b937e3150728aa5988531c66393a905584dc1902 (patch) | |
tree | bbd47066e656bc6548f26eeee143396685e5736d /debian/vyatta-op.postinst.in | |
parent | 61ed2bab2adb0b26627bbfc4fe45c23d5032c6c7 (diff) | |
download | vyatta-op-b937e3150728aa5988531c66393a905584dc1902.tar.gz vyatta-op-b937e3150728aa5988531c66393a905584dc1902.zip |
remove unneeded install steps
No longer need symlinks in sudo-users since these commands are
either run directly (non root) or use fixed path.
Diffstat (limited to 'debian/vyatta-op.postinst.in')
-rw-r--r-- | debian/vyatta-op.postinst.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/vyatta-op.postinst.in b/debian/vyatta-op.postinst.in deleted file mode 100644 index 4f0b3b4..0000000 --- a/debian/vyatta-op.postinst.in +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -bindir=@bindir@ - -# add symlinks for sudo -ln -sf /usr/sbin/ethtool ${bindir}/sudo-users/ethtool -ln -sf /usr/sbin/dmidecode ${bindir}/sudo-users/dmidecode -ln -sf /sbin/iptables ${bindir}/sudo-users/iptables - |