Initial commit.
This commit is contained in:
commit
3d665e5e11
72 changed files with 3200 additions and 0 deletions
45
base-files/slackpkg/blacklist
Normal file
45
base-files/slackpkg/blacklist
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# /etc/slackpkg/blacklist
|
||||
#
|
||||
# This is a blacklist file. Any packages listed here won't be
|
||||
# upgraded, removed, or installed by slackpkg.
|
||||
|
||||
# aaa_elflibs should NOT be blacklisted!
|
||||
#
|
||||
# You can blacklist using regular expressions.
|
||||
#
|
||||
# Don't use *full* regex here, because all of the following will be checked
|
||||
# for the regex: series, name, version, arch, build, and fullname.
|
||||
# When blacklisting packages, you can use extended regex on package names
|
||||
# (such as xorg-.* instead of xorg-server, xorg-docs, etc), and a trailing
|
||||
# slash for package series ("n/", "ap/", "xap/", etc).
|
||||
#
|
||||
# To blacklist *only* the "xorg-server" package, use this:
|
||||
# xorg-server
|
||||
#
|
||||
# To blacklist *all* of the "xorg-server-*" packages, use this:
|
||||
# xorg-server.*
|
||||
#
|
||||
# To blacklist the entire KDE package set, use this:
|
||||
# kde/
|
||||
#
|
||||
# You will need to escape any special characters that are present in the
|
||||
# package name. For example, to blacklist the gcc-g++ package, use this:
|
||||
# gcc-g\+\+
|
||||
#
|
||||
# DON'T put any space(s) before or after the package name or regex.
|
||||
|
||||
# Automated upgrade of kernel packages may not be wanted in some situations;
|
||||
# uncomment the lines below if that fits your circumstances:
|
||||
kernel-generic
|
||||
kernel-huge
|
||||
kernel-modules
|
||||
kernel-source
|
||||
|
||||
# This one will blacklist all SBo packages:
|
||||
[0-9]+_SBo
|
||||
|
||||
# This will blacklist Robby's testing packages:
|
||||
[0-9]+_rlw
|
||||
|
||||
# This will blacklist Tadgy's custom packages:
|
||||
[0-9]+_tadgy
|
||||
Loading…
Add table
Add a link
Reference in a new issue