diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-11-19 16:36:33 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-11-19 16:36:33 -0200 |
commit | eb742544b8af9e99209dcf3fac82916df504a5b4 (patch) | |
tree | 1e7c8290c9a7a95045398a30a2702ebbfbbb72c4 /libre/libretools/libretools.install | |
parent | 1c468b79b50fc6c3de26dd08d05010303fadada6 (diff) | |
parent | b8de81d47176637dfd7b9dca164ceea8afe52b56 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
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: |