summarylogtreecommitdiffstats
path: root/pgfplots.install
diff options
context:
space:
mode:
authorLucas Werkmeister2015-08-10 12:47:54 +0200
committerLucas Werkmeister2015-08-10 12:47:54 +0200
commit2748f0a4dba407409d8d6a44d418831928dbfbf2 (patch)
tree8833768cd471d2d7919f7c7672578eaf13c863df /pgfplots.install
parent928abd5111c2a552a295027d690b7b8fe4109597 (diff)
downloadaur-2748f0a4dba407409d8d6a44d418831928dbfbf2.tar.gz
Don’t use hardcoded paths
Diffstat (limited to 'pgfplots.install')
-rw-r--r--pgfplots.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/pgfplots.install b/pgfplots.install
index 4375aed389f3..8de2cafc4ed0 100644
--- a/pgfplots.install
+++ b/pgfplots.install
@@ -1,6 +1,6 @@
post_install(){
- /usr/bin/texhash
- /bin/true
+ texhash
+ true
}
post_upgrade() {