summaryrefslogtreecommitdiff
path: root/libre/libretools/libretools.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-09-25 03:03:13 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-09-25 03:03:13 -0300
commit06a72e4f3e540ac5c0e6d1d06358e7928c29cdce (patch)
tree052a567dadbb251e1c59f7c159963996ba85c466 /libre/libretools/libretools.install
parent6f2b4faa916385ef6e80757f127dde61103e86c2 (diff)
parentcea24d149b59238f9847c6d4e90fc7339d61af71 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
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: