mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Revert "Core Update 172: Remove powertop add-on, if installed"
This reverts commit d3a4fcc709.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -129,8 +129,8 @@ rm -rvf \
|
||||
/usr/libexec/ipsec/scepclient \
|
||||
/var/ipfire/ca/dh1024.pem
|
||||
|
||||
# Remove gnu-netcat and powertop add-on, if installed
|
||||
for addon in gnu-netcat powertop; do
|
||||
# Remove gnu-netcat add-on, if installed
|
||||
for addon in gnu-netcat; do
|
||||
if [ -e "/opt/pakfire/db/installed/meta-${addon}" ]; then
|
||||
for i in $(</opt/pakfire/db/rootfiles/${addon}); do
|
||||
rm -rfv "/${i}"
|
||||
|
||||
Reference in New Issue
Block a user