summaryrefslogtreecommitdiff
path: root/community-staging/xmoto/xmoto.install
blob: 52399d4c19ae47dcb0cfd295d60ceb195fba3f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  /usr/bin/update-desktop-database 
}

post_upgrade() {
  /usr/bin/update-desktop-database 
}

post_remove() {
  /usr/bin/update-desktop-database 
}

op=$1
shift
$op $*