summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/miro/miro.install
blob: f37f11d98ec0f2985c73aff06694c184e8a4bb86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  update-desktop-database -q
}

post_upgrade() {
  post_install $1
}

post_remove() {
  update-desktop-database -q
}

op=$1
shift

$op $*