diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-02-24 11:23:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-25 07:30:16 +0700 |
commit | b71b11ea8678a489e1f8d8ab51763c5ee390ae3f (patch) | |
tree | 074fc5e231adc288dbb3879fc248a24097916d29 /system/slpkg/doinst.sh | |
parent | 0b018fff896fa04d3618fee5265053bbf8c13f7b (diff) |
system/slpkg: Updated for version 3.2.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg/doinst.sh')
-rw-r--r-- | system/slpkg/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index 103509b3b525..67244ee97ee4 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -9,7 +9,7 @@ config() { } CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \ - default-repositories custom-repositories rlworkman.deps" + default-repositories custom-repositories rlworkman.deps pkg_security" for file in $CONFIGS; do config etc/slpkg/${file}.new done |