summaryrefslogtreecommitdiff
path: root/libre/libretools-legacy/libretools-legacy.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-25 20:17:58 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-25 20:17:58 -0600
commit4c55d2772391450dd6ef45f02164f5824988798e (patch)
treeb67fe1929d1f23ee9defc7cbeefcea5a451eda46 /libre/libretools-legacy/libretools-legacy.install
parent8257aef942c673aac2de80de16753ffee99152f8 (diff)
parent15b686e993a485aeb06ec081569fcc73bd461c2f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/libretools-legacy/libretools-legacy.install')
-rw-r--r--libre/libretools-legacy/libretools-legacy.install28
1 files changed, 0 insertions, 28 deletions
diff --git a/libre/libretools-legacy/libretools-legacy.install b/libre/libretools-legacy/libretools-legacy.install
deleted file mode 100644
index 3ede1f904..000000000
--- a/libre/libretools-legacy/libretools-legacy.install
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/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: