summaryrefslogtreecommitdiff
path: root/libre/libretools-legacy/libretools-legacy.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-06 21:36:45 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-06 21:36:45 -0600
commit8ec4b9333a52352dc0030f2368e851404fb14e65 (patch)
tree45c9f623ca59e6da9a7243c870b7693d6b50f667 /libre/libretools-legacy/libretools-legacy.install
parente1775e3c54b852a7d349b4a818794adb8f81487f (diff)
parentfc7e49d04d3f1b8e84dbb6fb0cc76e417d362b4c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Conflicts: libre/libretools/PKGBUILD
Diffstat (limited to 'libre/libretools-legacy/libretools-legacy.install')
-rw-r--r--libre/libretools-legacy/libretools-legacy.install28
1 files changed, 28 insertions, 0 deletions
diff --git a/libre/libretools-legacy/libretools-legacy.install b/libre/libretools-legacy/libretools-legacy.install
new file mode 100644
index 000000000..3ede1f904
--- /dev/null
+++ b/libre/libretools-legacy/libretools-legacy.install
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+# arg 1: the new package version
+post_install() {
+ cat <<EOF
+Please check https://wiki.parabolagnulinux.org/Package_maintainer_guide
+and follow instructions there before using libretools.
+
+If you plan using fullpkg you should read https://wiki.parabolagnulinux.org/fullpkg
+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, it has changed substantially.
+
+If using fullpkg, you should install libretools-\$arch if avaliable
+
+EOF
+ update-cleansystem
+}
+
+# vim:set ts=2 sw=2 et: