mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Updated for comments
This commit is contained in:
parent
c7fcd3cffc
commit
ade5fba26c
1 changed files with 3 additions and 3 deletions
|
@ -60,21 +60,21 @@ SPINNER_COLOR = "green"
|
||||||
# on the system, and will skip any packages that do not already have a
|
# on the system, and will skip any packages that do not already have a
|
||||||
# version installed. If --install- new is specified, the behavior is
|
# version installed. If --install- new is specified, the behavior is
|
||||||
# modified to install new packages in addition to upgrading existing ones.
|
# modified to install new packages in addition to upgrading existing ones.
|
||||||
# See: $ man upgradepkg.
|
# See manpage of the upgradepkg.
|
||||||
INSTALLPKG = "upgradepkg --install-new"
|
INSTALLPKG = "upgradepkg --install-new"
|
||||||
|
|
||||||
# Slackware command to reinstall packages.
|
# Slackware command to reinstall packages.
|
||||||
# Upgradepkg usually skips packages if the exact same package (matching name,
|
# Upgradepkg usually skips packages if the exact same package (matching name,
|
||||||
# version, arch, and build number) is already installed on the system. Use
|
# 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
|
# the --reinstall option if you want to upgrade all packages even if the same
|
||||||
# version is already installed. See: $ man upgradepkg.
|
# version is already installed.
|
||||||
REINSTALL = "upgradepkg --reinstall"
|
REINSTALL = "upgradepkg --reinstall"
|
||||||
|
|
||||||
# Slackware command to remove packages.
|
# Slackware command to remove packages.
|
||||||
#removepkg removes a previously installed Slackware package, while writing
|
#removepkg removes a previously installed Slackware package, while writing
|
||||||
# a progress report to the standard output. A package may be specified either
|
# a progress report to the standard output. A package may be specified either
|
||||||
# by the full package name (as you'd see listed in /var/lib/pkgtools/packages/),
|
# by the full package name (as you'd see listed in /var/lib/pkgtools/packages/),
|
||||||
# or by the base package name. See: $ man removepkg.
|
# or by the base package name. See manpage of the removepkg.
|
||||||
REMOVEPKG = "removepkg"
|
REMOVEPKG = "removepkg"
|
||||||
|
|
||||||
# You can choose a downloader among wget, curl and lftp.
|
# You can choose a downloader among wget, curl and lftp.
|
||||||
|
|
Loading…
Add table
Reference in a new issue