updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / jabbim-svn / jabbim.install
blob5db4bc74b2b06ec8090d260fc5ee9f7d4e7cf169
1 # arg 1:  the new package version
2 pre_install() {
3   /bin/true
6 # arg 1:  the new package version
7 post_install() {
8   ln -s /usr/share/jabbim/jabbim.sh /usr/bin/jabbim
9   /sbin/ldconfig
12 # arg 1:  the new package version
13 # arg 2:  the old package version
14 pre_upgrade() {
15   /bin/true
18 # arg 1:  the new package version
19 # arg 2:  the old package version
20 post_upgrade() {
21   /sbin/ldconfig
24 # arg 1:  the old package version
25 pre_remove() {
26   rm -rf /usr/bin/jabbim
27   rm -rf /usr/share/jabbim
30 # arg 1:  the old package version
31 post_remove() {
32   /sbin/ldconfig
35 op=$1
36 shift
37 $op $*