diff options
Diffstat (limited to 'libre/libretools/libretools.install')
-rw-r--r-- | libre/libretools/libretools.install | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index 69a0f2467..70151e988 100644 --- a/libre/libretools/libretools.install +++ b/libre/libretools/libretools.install @@ -7,22 +7,20 @@ Please check http://wiki.parabolagnulinux.org/Package_maintainer_guide and follow instructions there before using libretools. If you plan using fullpkg you should read http://wiki.parabolagnulinux.org/fullpkg -and install libretools-$arch if avaliable +and install libretools-\$arch if avaliable EOF - update-cleansystem } ## arg 1: the new package version ## arg 2: the old package version post_upgrade() { cat <<EOF -Check your /etc/libretools.conf +Check your /etc/libretools.conf, it has changed substantially. -If using fullpkg, you should install libretools-$arch if avaliable +If using fullpkg, you should install libretools-\$arch if avaliable EOF - update-cleansystem } # vim:set ts=2 sw=2 et: |