mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Add uninstall directive to manifest
Allows for removal of old files or packages
This commit is contained in:
parent
8cc26fa60a
commit
bbe121f382
3 changed files with 99 additions and 17 deletions
|
|
@ -15,6 +15,9 @@
|
|||
# eg, define: BUILD_FIWIX = KERNEL_BOOTSTRAP == True || BUILD_KERNELS == True
|
||||
# - jump: jump (usually) to a new kernel, executes a script with that name
|
||||
# eg, jump: fiwix
|
||||
# - uninstall; removes a package or filenames
|
||||
# eg, uninstall: perl-5.6.2
|
||||
# eg, uninstall: /usr/bin/lex /usr/bin/flex
|
||||
#
|
||||
# The following directives have special significance:
|
||||
# - build directives beginning with "bash" (as well as jumps) trigger the generation of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue