summarylogtreecommitdiffstats
path: root/mist-icon-theme.install
blob: 989465be5e5a05b6d828bb1d10bb76b0c0426b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  xdg-icon-resource forceupdate --theme Mist || return 1
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
  rmdir "/usr/share/icons/Mist"
}