diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 12:56:17 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 12:56:17 -0800 |
commit | 06c898a1c4019a7d72338af9c746bf4ebe8d0d77 (patch) | |
tree | d7bd8d6c1d60d854a59ac2c973ef7cc893eea3ad /debian | |
parent | fd47af5e2502bc43bb8fed9f3292a74a573d2bb4 (diff) | |
download | vyatta-cfg-06c898a1c4019a7d72338af9c746bf4ebe8d0d77.tar.gz vyatta-cfg-06c898a1c4019a7d72338af9c746bf4ebe8d0d77.zip |
Remove install step refering to old priority file
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg.postinst.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index 59b26bf..1efb9b5 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -17,5 +17,3 @@ if [ "$sysconfdir" != "/etc" ]; then touch /etc/$conf done fi - -mv /opt/vyatta/share/vyatta-cfg/templates/priority /opt/vyatta/share/vyatta-cfg/. |