diff options
-rw-r--r-- | douninst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/douninst.sh b/douninst.sh new file mode 100644 index 0000000..7b32022 --- /dev/null +++ b/douninst.sh @@ -0,0 +1,6 @@ +# douninst.sh +# +# uninstall script for Slackware >= 15.0 +# +# NOTE: This script is run AFTER package removal, so be careful! +# Consider it optional, use if it is really needed. |