diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:29:43 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-03 00:39:27 -0800 |
commit | 8d2ffe10f0d82191b72a461a7b98d5b6a926fbca (patch) | |
tree | 238906705633a97fc4620cb6a38948f55ce073ec | |
parent | de4bf7842af8a848272089e9be5f7b5d9f152155 (diff) | |
download | scm-8d2ffe10f0d82191b72a461a7b98d5b6a926fbca.tar.gz scm-8d2ffe10f0d82191b72a461a7b98d5b6a926fbca.zip |
remove absolute path from postinst
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |