diff options
author | Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de> | 2009-02-04 01:14:20 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:36 +0200 |
commit | 1103e24d2a186a0355eda5742dfeba24cc961f88 (patch) | |
tree | dc24b2d87ce6653189acd130b5b7c9bcc8a0263d /debian/postrm | |
parent | ac047a9c6eb8ebd477d775a8fe903c502218a307 (diff) | |
download | screen-1103e24d2a186a0355eda5742dfeba24cc961f88.tar.gz |
Imported Debian patch 4.0.3-12debian/4.0.3-12
Diffstat (limited to 'debian/postrm')
-rw-r--r-- | debian/postrm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postrm b/debian/postrm index 28cca27..652cc9b 100644 --- a/debian/postrm +++ b/debian/postrm @@ -6,7 +6,7 @@ if [ "$1" = purge ] || [ "$1" = remove ]; then fi if [ "$1" = disappear ]; then - /usr/sbin/remove-shell /usr/bin/screen || true + remove-shell /usr/bin/screen || true fi #DEBHELPER# |