Add reverse dependency lookup. FS 5269.
[aur-xilon.git] / web / testing / xmms-skins / xmms-skins.install
blob643d98bf63bf8b45ac217e41f461e551b4947389
1 # arg 1:  the new package version
2 post_install() {
3         echo "=> If you are upgrading from SpamAssassin 2.x, please see the notes"
4         echo "=> at http://spamassassin.apache.org/full/3.0.x/dist/UPGRADE"
5         echo "=> In particular, you may need to update your bayes db with:"
6         echo "=>   sa-learn --sync"
7         echo "=> Also, you may want to set your LANG environment variable to"
8         echo "=> a non-utf8 value such as LANG=en_US prior to calling SA"
11 # arg 1:  the new package version
12 # arg 2:  the old package version
13 post_upgrade() {
14         /bin/true
17 # arg 1:  the old package version
18 pre_remove() {
19   /bin/true
22 # arg 1:  the old package version
23 post_remove() {
24   /bin/true
27 op=$1
28 shift
29 $op $*