summarylogtreecommitdiffstats
path: root/htcap.install
diff options
context:
space:
mode:
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
}