summaryrefslogtreecommitdiffstats
path: root/web/testing/xmms-skins/xmms-skins.install
diff options
context:
space:
mode:
authoreric <eric>2004-10-20 00:31:29 +0200
committereric <eric>2004-10-20 00:31:29 +0200
commitf35f7206869d359a1a5adbc919a8b2a9e23e4ad4 (patch)
treed7a78ad1629b4c12a7ea45eda8a54659bf2fe009 /web/testing/xmms-skins/xmms-skins.install
parent63fe7babb2d7e25e82968fe084391b56d4ec2c75 (diff)
downloadaur-f35f7206869d359a1a5adbc919a8b2a9e23e4ad4.tar.gz
aur-f35f7206869d359a1a5adbc919a8b2a9e23e4ad4.tar.xz
back on the job....
Diffstat (limited to 'web/testing/xmms-skins/xmms-skins.install')
-rw-r--r--web/testing/xmms-skins/xmms-skins.install29
1 files changed, 29 insertions, 0 deletions
diff --git a/web/testing/xmms-skins/xmms-skins.install b/web/testing/xmms-skins/xmms-skins.install
new file mode 100644
index 00000000..643d98bf
--- /dev/null
+++ b/web/testing/xmms-skins/xmms-skins.install
@@ -0,0 +1,29 @@
+# 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 $*