diff options
Diffstat (limited to 'libre/libretools/libretools.install')
-rw-r--r-- | libre/libretools/libretools.install | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install new file mode 100644 index 000000000..6f8c09d5c --- /dev/null +++ b/libre/libretools/libretools.install @@ -0,0 +1,24 @@ +# arg 1: the new package version +post_install() { + cat <<EOF +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 + +EOF +} + +## arg 1: the new package version +## arg 2: the old package version +post_upgrade() { + cat <<EOF +Check your /etc/libretools.conf + +If using fullpkg, you should install libretools-$arch if avaliable + +EOF +} + +# vim:set ts=2 sw=2 et: |