From 8d2ffe10f0d82191b72a461a7b98d5b6a926fbca Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:29:43 -0800 Subject: remove absolute path from postinst --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 569b007..5c14f7b 100644 --- a/debian/postinst +++ b/debian/postinst @@ -2,7 +2,7 @@ set -e rm -f /usr/lib/scm/slibcat -/usr/bin/scm -c "(require 'new-catalog)" +scm -c "(require 'new-catalog)" if [ -e /usr/lib/scm/slibcat ] ; then chmod 644 /usr/lib/scm/slibcat fi -- cgit v1.2.3