summaryrefslogtreecommitdiff
path: root/community/btanks/btanks.install
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
commit8d32e471d53634b308adf93007922a6ccbd2b830 (patch)
tree606fdcd5508936ffdfc7cf510a16b7324c2792e2 /community/btanks/btanks.install
parent4c9d76f582ae64854e30113e7f7dc621af3db820 (diff)
parent1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/chmsee/PKGBUILD community/cupsddk/PKGBUILD community/optipng/PKGBUILD community/pcb/PKGBUILD community/taglib-rcc/PKGBUILD community/wmctrl/PKGBUILD extra/c-ares/PKGBUILD multilib/lib32-freetype2/PKGBUILD
Diffstat (limited to 'community/btanks/btanks.install')
-rw-r--r--community/btanks/btanks.install33
1 files changed, 2 insertions, 31 deletions
diff --git a/community/btanks/btanks.install b/community/btanks/btanks.install
index b05ede359..f9ac8fce7 100644
--- a/community/btanks/btanks.install
+++ b/community/btanks/btanks.install
@@ -1,36 +1,7 @@
-# This is a default template for a post-install scriptlet. You can
-# remove any functions you don't need (and this header).
-
-# arg 1: the new package version
-pre_install() {
- /bin/true
-}
-
-# arg 1: the new package version
post_install() {
- /bin/echo "In order to be able to change game preferences, you must be in the 'games' group."
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-pre_upgrade() {
- /bin/true
+ echo "In order to be able to change game preferences, you must be in the 'games' group."
}
-# arg 1: the new package version
-# arg 2: the old package version
post_upgrade() {
- /bin/echo "In order to be able to change game preferences, you must be in the 'games' group."
+ echo "In order to be able to change game preferences, you must be in the 'games' group."
}
-
-# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-# arg 1: the old package version
-post_remove() {
- /bin/true
-}
-
-# vim:set ts=2 sw=2 et: