diff options
Diffstat (limited to 'system/slpkg/doinst.sh')
-rw-r--r-- | system/slpkg/doinst.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index 236b3a62a7..c06beaa646 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,7 +8,10 @@ config() { fi } -config /etc/slpkg/slpkg.conf.new +CONFIGS="slpkg.conf blacklist slackware-mirrors" +for file in $CONFIGS; do + config /etc/slpkg/${file}.new +done if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |