From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:08:25 +0000 (+0000) Subject: Another typo unearthed while testing X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7a1941c7bed1dbc75be67a5245fbed0a9764b222;p=debian%2Fdebian-policy.git Another typo unearthed while testing Author: srivasta Date: 2000/07/30 23:49:18 Another typo unearthed while testing git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-61 --- diff --git a/debian/prerm.in b/debian/prerm.in index 91bebf6..4f1a636 100644 --- a/debian/prerm.in +++ b/debian/prerm.in @@ -81,7 +81,7 @@ esac if [ -x /usr/sbin/install-docs ]; then - /usr/sbin/install-docs -r $PACKAGE + /usr/sbin/install-docs -r $package_name fi exit 0