summaryrefslogtreecommitdiffstats
path: root/almanah/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-01 12:16:27 +0200
committerpiernov <piernov@piernov.org>2012-04-01 12:16:27 +0200
commit9737da62058de164a5a8623e1d46d579767d780c (patch)
tree9f1ace2069fea65f7f07b04b29bcd2b2c880e503 /almanah/post-install
parent5e3ef2473884e983a0db2ddc7f0899e5f0a61df2 (diff)
downloadgnome3-9737da62058de164a5a8623e1d46d579767d780c.tar.gz
gnome3-9737da62058de164a5a8623e1d46d579767d780c.tar.bz2
gnome3-9737da62058de164a5a8623e1d46d579767d780c.tar.xz
gnome3-9737da62058de164a5a8623e1d46d579767d780c.zip
almanah 0.9.0-1 ajout port
Diffstat (limited to 'almanah/post-install')
-rwxr-xr-xalmanah/post-install14
1 files changed, 14 insertions, 0 deletions
diff --git a/almanah/post-install b/almanah/post-install
new file mode 100755
index 0000000..4d39801
--- /dev/null
+++ b/almanah/post-install
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+port=almanah
+
+# glib schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+
+# desktop database
+update-desktop-database -q
+
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+
+# End of file