diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-08 23:44:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-08 23:44:41 +0700 |
commit | 2dbac016f564b0fe57019b56c2b1b176b4c3ebe9 (patch) | |
tree | c706a65791c693f6934ba22ff6e91e3511a5e3a5 | |
parent | 62f540f94461f2a2f2b1fd2bf06dcc92288f5878 (diff) |
Added douninst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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. |