diff options
Diffstat (limited to 'libre/libretools/libretools.install')
-rwxr-xr-x[-rw-r--r--] | libre/libretools/libretools.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index 6f8c09d5c..69a0f2467 100644..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: |