summaryrefslogtreecommitdiff
path: root/community/cellwriter/cellwriter.install
blob: db21d5f0929fbff6fce584a84bca5fbf40313f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  echo "Updating GTK icon cache ..."
  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
}

post_upgrade() {
  echo "Updating GTK icon cache ..."
  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
}

post_remove() {
  echo "Updating GTK icon cache ..."
  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
}