2023-03-07 21:13:41 +01:00
|
|
|
[BLACKLIST]
|
2023-04-13 22:56:19 +02:00
|
|
|
# This is a blacklist file. Any packages listed here won't be
|
|
|
|
# upgraded, removed, or installed by slpkg.
|
|
|
|
|
2023-04-12 22:15:19 +02:00
|
|
|
# Add packages and separate them with commas.
|
2022-10-19 20:18:25 +02:00
|
|
|
|
2023-04-12 22:15:19 +02:00
|
|
|
# Support for Unix shell-style wildcards:
|
|
|
|
# '*' matches everything
|
|
|
|
# '?' matches any single character
|
|
|
|
# '[seq]' matches any character in seq
|
|
|
|
# '[!seq]' matches any character not in seq
|
|
|
|
# See: https://docs.python.org/3.9/library/fnmatch.html
|
|
|
|
|
2023-04-12 22:27:44 +02:00
|
|
|
# Example: PACKAGES = ["package", "package*", "[package]"].
|
2023-04-12 22:15:19 +02:00
|
|
|
|
|
|
|
PACKAGES = []
|