summaryrefslogtreecommitdiff
path: root/chat/gabber/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'chat/gabber/DEINSTALL')
-rw-r--r--chat/gabber/DEINSTALL22
1 files changed, 0 insertions, 22 deletions
diff --git a/chat/gabber/DEINSTALL b/chat/gabber/DEINSTALL
deleted file mode 100644
index 978ab49cc36..00000000000
--- a/chat/gabber/DEINSTALL
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.1.1.1 2002/07/10 14:16:07 agc Exp $
-#
-
-PKGNAME=$1
-STAGE=$2
-
-case ${STAGE} in
-DEINSTALL)
- ;;
-
-POST-DEINSTALL)
- scrollkeeper-update -p ${LOCALBASE}/var/scrollkeeper
- ;;
-*)
- echo "Unexpected argument: ${STAGE}"
- exit 1
- ;;
-esac
-
-exit 0