summarylogtreecommitdiffstats
path: root/htcap.install
diff options
context:
space:
mode:
authorKean Sum Ooi2017-10-01 11:33:28 +0800
committerKean Sum Ooi2017-10-01 11:33:28 +0800
commit421b222f6607364c5782b1719c1e42cda9017cc4 (patch)
treee64d6a33cbe31f12a1ea98af8d93173955018ee3 /htcap.install
parent284b50db16301c2e20362003521ae73082d6ad38 (diff)
downloadaur-htcap-git.tar.gz
htcap now installed to /usr/bin/ instead of /usr/local/bin/ as per the Arch PKGBUILD guidelines
Diffstat (limited to 'htcap.install')
-rw-r--r--htcap.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/htcap.install b/htcap.install
index e0ab69d906bb..2033d643bf2d 100644
--- a/htcap.install
+++ b/htcap.install
@@ -1,9 +1,9 @@
# arg 1: the new package version
post_install() {
- ln -s /usr/share/htcap/htcap.py /usr/local/bin/htcap
+ ln -s /usr/share/htcap/htcap.py /usr/bin/htcap
}
# arg 1: the old package version
pre_remove() {
- rm /usr/local/bin/htcap
+ rm /usr/bin/htcap
}