summarylogtreecommitdiffstats
path: root/ubuntu-themes-wildblueyonder.install
blob: 13f15bf8ea30e28f6c7978c83028431859fd2a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  if [ -x $(which gtk-update-icon-cache) ]; then
    gtk-update-icon-cache -q -t -f usr/share/icons/LoginIcons/
    gtk-update-icon-cache -q -t -f usr/share/icons/ubuntu-mono-dark/
    gtk-update-icon-cache -q -t -f usr/share/icons/ubuntu-mono-light/
  fi
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}