About News Download Docs Bugs Contact

Spell/Files/POST_REMOVE

Information

Tools

Resources

POST_REMOVE

POST_REMOVE is used to do any cleanup that might be necessary after a spell is dispelled.

As an example, "lilo" leaves default bitmap image in /boot because it is a protected location:

# /boot is protected, we remove /boot/boot.bmp by hand
rm -f "$INSTALL_ROOT/boot/boot.bmp"