diff options
Diffstat (limited to 'system/slpkg/doinst.sh')
-rw-r--r-- | system/slpkg/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index c07a4c6ffb..063dd5a80a 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,8 +8,8 @@ config() { fi } -config etc/slpkg/slpkg.yaml.new -config etc/slpkg/blacklist.yaml.new +config etc/slpkg/slpkg.yml.new +config etc/slpkg/blacklist.yml.new if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |