awesome 3.3 --> 3.4
[cinan.git] / root / var / lib / pacman / local / xsane-0.996-2 / install
blob2bf4ab9c1862425a109b579819901eaa7fc81650
1 # arg 1:  the new package version
2 post_install() {
3   echo "NOTE:"
4   echo "  If you experience any problems after installing xsane "
5   echo "  it may help to remove the setup and preferences files"
6   echo "  of xsane:"
7   echo ""
8   echo "    \$ rm -rf ~/.sane/xsane"
9   echo ""
12 # arg 1:  the new package version
13 # arg 2:  the old package version
14 post_upgrade() {
15   echo "NOTE:"
16   echo "  If you experience any problems after upgrading xsane "
17   echo "  it may help to remove the setup and preferences files"
18   echo "  of xsane:"
19   echo ""
20   echo "    \$ rm -rf ~/.sane/xsane"
21   echo ""
24 # arg 1:  the old package version
25 pre_remove() {
26   /bin/true
29 # arg 1:  the old package version
30 post_remove() {
31   /bin/true
34 op=$1
35 shift
36 $op $*