aboutsummaryrefslogtreecommitdiff
path: root/network/nullidentd/douninst.sh
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-09-08 17:01:47 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-09 06:18:33 +0700
commitc6ceb80611cefa43b96223f9ce0dbc4ec894d8f5 (patch)
tree6e29bd54b1febdb3fa6dcf0315213f55fab6714d /network/nullidentd/douninst.sh
parentf63274a5c807dac1c7ff180b76d8c22d85052131 (diff)
network/nullidentd: Added (small, fast identd daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nullidentd/douninst.sh')
-rw-r--r--network/nullidentd/douninst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/nullidentd/douninst.sh b/network/nullidentd/douninst.sh
new file mode 100644
index 0000000000..985b453648
--- /dev/null
+++ b/network/nullidentd/douninst.sh
@@ -0,0 +1,3 @@
+if [ -x usr/bin/mandb ]; then
+ chroot . /usr/bin/mandb &> /dev/null
+fi