diff options
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 177509a..27de14e 100644 --- a/debian/postrm +++ b/debian/postrm @@ -15,6 +15,6 @@ esac #DEBHELPER# -remove-shell /bin/ksh93 +remove-shell /usr/bin/ksh93 exit 0 |