summarylogtreecommitdiffstats
path: root/smw-svn.install
blob: 8785f8dc0ec5531e866b016f1a6e11dc68e9ed80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# Update for our .desktop file
post_install() {
  update-desktop-database -q
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}