[arch-commits] Commit in handbrake/trunk (handbrake.install)

Giovanni Scafora giovanni at archlinux.org
Fri Nov 27 15:05:26 UTC 2009


    Date: Friday, November 27, 2009 @ 10:05:26
  Author: giovanni
Revision: 59768

Added:
  handbrake/trunk/handbrake.install

-------------------+
 handbrake.install |   11 +++++++++++
 1 file changed, 11 insertions(+)

Added: handbrake.install
===================================================================
--- handbrake.install	                        (rev 0)
+++ handbrake.install	2009-11-27 15:05:26 UTC (rev 59768)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}




More information about the arch-commits mailing list