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

Jakob Gruber schuay at archlinux.org
Sat Jan 17 08:10:19 UTC 2015


    Date: Saturday, January 17, 2015 @ 09:10:19
  Author: schuay
Revision: 126030

puzzles: install file

Added:
  puzzles/trunk/puzzles.install

-----------------+
 puzzles.install |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Added: puzzles.install
===================================================================
--- puzzles.install	                        (rev 0)
+++ puzzles.install	2015-01-17 08:10:19 UTC (rev 126030)
@@ -0,0 +1,19 @@
+pkgname=puzzles
+
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+



More information about the arch-commits mailing list