summarylogtreecommitdiffstats
path: root/icecat.install
blob: 7b344b320d66433101f2a37ba6c16faf1fe4d0d2 (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
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
	update-desktop-database -q
}

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

#op=$1
#shift

#$op $*