mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for reinstall
This commit is contained in:
parent
570570d0bb
commit
b6db6a9fe4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue