summaryrefslogtreecommitdiffstats
path: root/web/testing/xmms-skins/xmms-skins.install
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2008-11-03 21:52:07 -0500
committerLoui Chang <louipc.ist@gmail.com>2008-11-03 21:52:07 -0500
commita6147ab5ab297728adefdb97aaeedc93114b896d (patch)
tree49b508439ab2aa0cf4bd039d3b2d2d53e8860df0 /web/testing/xmms-skins/xmms-skins.install
parentc85dfacc747387b9be6c53b4518ac680b505e0f7 (diff)
parent100451a9665cb387eeae2cb06cc22870cfd57c82 (diff)
downloadaurweb-a6147ab5ab297728adefdb97aaeedc93114b896d.tar.xz
Merge branch 'testing'
Conflicts: web/html/pkgsubmit.php Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/testing/xmms-skins/xmms-skins.install')
-rw-r--r--web/testing/xmms-skins/xmms-skins.install29
1 files changed, 0 insertions, 29 deletions
diff --git a/web/testing/xmms-skins/xmms-skins.install b/web/testing/xmms-skins/xmms-skins.install
deleted file mode 100644
index 643d98b..0000000
--- a/web/testing/xmms-skins/xmms-skins.install
+++ /dev/null
@@ -1,29 +0,0 @@
-# arg 1: the new package version
-post_install() {
- echo "=> If you are upgrading from SpamAssassin 2.x, please see the notes"
- echo "=> at http://spamassassin.apache.org/full/3.0.x/dist/UPGRADE"
- echo "=> In particular, you may need to update your bayes db with:"
- echo "=> sa-learn --sync"
- echo "=> Also, you may want to set your LANG environment variable to"
- echo "=> a non-utf8 value such as LANG=en_US prior to calling SA"
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- /bin/true
-}
-
-# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-# arg 1: the old package version
-post_remove() {
- /bin/true
-}
-
-op=$1
-shift
-$op $*