summarylogtreecommitdiffstats
path: root/luciole.install
blob: 83fcde6d010fbf8f0791cc870d352179b32ab2e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  update-desktop-database -q
}

post_upgrade() {
  post_install $1
}

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

op=$1
shift

$op $*