summaryrefslogtreecommitdiffstats
path: root/nemiver/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-01 15:27:24 +0200
committerpiernov <piernov@piernov.org>2012-04-01 15:27:24 +0200
commit3c9d39a8ab0dfa82e100ba1907c75e8551080963 (patch)
treef7307cedeaf4de3b1a3fe2bdc44d93bf3879c3c6 /nemiver/post-install
parent201bd16f9b8219ecf824ac06d02f7044539718d9 (diff)
downloadgnome3-3c9d39a8ab0dfa82e100ba1907c75e8551080963.tar.gz
gnome3-3c9d39a8ab0dfa82e100ba1907c75e8551080963.tar.bz2
gnome3-3c9d39a8ab0dfa82e100ba1907c75e8551080963.tar.xz
gnome3-3c9d39a8ab0dfa82e100ba1907c75e8551080963.zip
nemiver 0.9.2-1 ajout port
Diffstat (limited to 'nemiver/post-install')
-rwxr-xr-xnemiver/post-install22
1 files changed, 22 insertions, 0 deletions
diff --git a/nemiver/post-install b/nemiver/post-install
new file mode 100755
index 0000000..9890101
--- /dev/null
+++ b/nemiver/post-install
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+port=nemiver
+
+# glib schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+
+# scrolls
+SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`"
+
+for SCROLL in $SCROLLS
+do
+ scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null
+done
+
+# desktop database
+update-desktop-database -q
+
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+
+# End of file