summarylogtreecommitdiffstats
path: root/daydreamer.install
blob: 3754a4f9f9364a0eb966fab7b5e8641bc8ce0d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  xdg-icon-resource forceupdate --theme hicolor
  update-mime-database usr/share/mime > /dev/null 2>&1
  update-desktop-database -q
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}

# vim:set ts=2 sw=2 et: