summaryrefslogtreecommitdiff
path: root/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postrm')
-rw-r--r--debian/postrm9
1 files changed, 3 insertions, 6 deletions
diff --git a/debian/postrm b/debian/postrm
index e44f1aa..6bc8db3 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,10 +1,7 @@
#! /bin/sh
install-info --quiet --remove screen
-#if a user later wants to install an old version of screen
-#(like 3.6.2), that version will expect /tmp/screens to have different
-#permissions than it has now, so we remove it now:
-
-if test "$1" = "remove"; then
- rm -rf /tmp/screens
+if test "$1" = "purge" ; then
+ rm -rf /var/run/screens
fi
+