summaryrefslogtreecommitdiffstats
path: root/abs/extra/libbonobo/libbonobo.install
blob: 1794e4ac183fdbf2a6b446f526f0330c43e6ce0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
post_install() {
  /bin/true
}

post_upgrade() {
  ldconfig -r .
  PID=`pidof bonobo-activation-server`
  if [ ! -z "${PID}" ]; then
    killall -HUP bonobo-activation-server 2>&1
  fi
}

pre_remove() {
  /bin/true
}

post_remove() {
  /bin/true
}

op=$1
shift
$op $*