Date: Tuesday, March 8, 2011 @ 01:11:15
  Author: heftig
Revision: 112974

Add install file

Added:
  libgda/trunk/libgda.install

----------------+
 libgda.install |   12 ++++++++++++
 1 file changed, 12 insertions(+)

Added: libgda.install
===================================================================
--- libgda.install                              (rev 0)
+++ libgda.install      2011-03-08 06:11:15 UTC (rev 112974)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to