summaryrefslogtreecommitdiff
path: root/libre/libretools/libretools.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/libretools/libretools.install')
-rw-r--r--libre/libretools/libretools.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install
index 6f8c09d5c..163956024 100644
--- a/libre/libretools/libretools.install
+++ b/libre/libretools/libretools.install
@@ -1,5 +1,6 @@
# arg 1: the new package version
post_install() {
+ update-cleansystem
cat <<EOF
Please check http://wiki.parabolagnulinux.org/Package_maintainer_guide
and follow instructions there before using libretools.
@@ -13,11 +14,10 @@ EOF
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
+ update-cleansystem
cat <<EOF
Check your /etc/libretools.conf
-If using fullpkg, you should install libretools-$arch if avaliable
-
EOF
}