summaryrefslogtreecommitdiff
path: root/libre/libretools/libretools.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-24 14:28:04 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-24 14:28:04 -0400
commitdc18ffffbe984210079b2921916f6bdf55281edf (patch)
treecd11f6ff2d3c824fa72d5213db7948b4af43facb /libre/libretools/libretools.install
parent92f96e03374d0a3b3fc337216a93d0e05c5fe28e (diff)
libre/libretools: update
Diffstat (limited to 'libre/libretools/libretools.install')
-rwxr-xr-xlibre/libretools/libretools.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install
index 6f8c09d5c..69a0f2467 100755
--- a/libre/libretools/libretools.install
+++ b/libre/libretools/libretools.install
@@ -1,3 +1,5 @@
+#!/bin/sh
+
# arg 1: the new package version
post_install() {
cat <<EOF
@@ -8,6 +10,7 @@ If you plan using fullpkg you should read http://wiki.parabolagnulinux.org/fullp
and install libretools-$arch if avaliable
EOF
+ update-cleansystem
}
## arg 1: the new package version
@@ -19,6 +22,7 @@ Check your /etc/libretools.conf
If using fullpkg, you should install libretools-$arch if avaliable
EOF
+ update-cleansystem
}
# vim:set ts=2 sw=2 et: