diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-20 19:21:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-20 19:21:50 +0200 |
commit | 543bef794edd28dcb0707fb69f843ef759470ebc (patch) | |
tree | 10db3a35539b0638aacdfad3fce7df1ffbc00bae /debian/vyatta-cfg-system.postinst.in | |
parent | 77d4c0c2ec45bab1fa19e387e2d0ef9929f618e8 (diff) | |
download | vyatta-cfg-system-543bef794edd28dcb0707fb69f843ef759470ebc.tar.gz vyatta-cfg-system-543bef794edd28dcb0707fb69f843ef759470ebc.zip |
Remove obsolete cpufrequtils configuration file
cpufrequtils package is not installed.
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index c630641a..1db45622 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -57,9 +57,6 @@ if [ "$sysconfdir" != "/etc" ]; then # default targets mv /etc/rsyslog.conf /etc/rsyslog.conf.orig cp $sysconfdir/rsyslog.conf /etc/rsyslog.conf - - # Install own version of cpufrequtils config - cp $sysconfdir/cpufrequtils /etc/default/cpufrequtils fi # create needed directories |