diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 34012c4d..2930ceaf 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -65,7 +65,7 @@ INSTALLPKG = "upgradepkg --install-new" # version, arch, and build number) is already installed on the system. Use # the --reinstall option if you want to upgrade all packages even if the same # version is already installed. See: $ man upgradepkg. -REINSTALL = "upgradepkg --install-new --reinstall" +REINSTALL = "upgradepkg --reinstall" # Slackware command to remove packages. #removepkg removes a previously installed Slackware package, while writing