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