summaryrefslogtreecommitdiffstats
path: root/cairo-compmgr/cairo-compmgr.install
blob: 27f8c86ad78483c220f37d9713998a72b2201ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
  gconfpkg --install cairo-compmgr
}

pre_upgrade() {
  gconfpkg --uninstall cairo-compmgr
}

post_upgrade() {
  gconfpkg --install cairo-compmgr
}

pre_remove() {
  gconfpkg --uninstall cairo-compmgr
}

op=$1
shift
[ "$(type -t "$op")" = "function" ] && $op "$@"

# vim:set ts=2 sw=2 et: