summarylogtreecommitdiffstats
path: root/dark-icons-theme-git.install
blob: 6e7469417a4098d84ad99847b243349c2caf603f (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  gtk-update-icon-cache -f /usr/share/icons/DarK-svg &> /dev/null
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}