summarylogtreecommitdiffstats
path: root/equalx.install
blob: 2293e37d946b828dc221ff8507a20b4d43147aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  [ -e $(which xdg-icon-resource) ] && xdg-icon-resource forceupdate --theme hicolor
  update-desktop-database -q
}
post_upgrade() {
  post_install
  echo "If EqualX segfaults / crashes when starting you may have to delete ~/.config/equalx/settings.conf"
}
post_remove() {
  post_install
}