From 9737da62058de164a5a8623e1d46d579767d780c Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 1 Apr 2012 12:16:27 +0200 Subject: almanah 0.9.0-1 ajout port --- almanah/post-install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 almanah/post-install (limited to 'almanah/post-install') 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 -- cgit v1.2.3-54-g00ecf