diff options
Diffstat (limited to 'libre/libretools/libretools.install')
-rw-r--r-- | libre/libretools/libretools.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index 70151e988..843722aba 100644 --- a/libre/libretools/libretools.install +++ b/libre/libretools/libretools.install @@ -2,6 +2,7 @@ # 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. @@ -15,6 +16,7 @@ EOF ## arg 1: the new package version ## arg 2: the old package version post_upgrade() { + update-cleansystem cat <<EOF Check your /etc/libretools.conf, it has changed substantially. |