summaryrefslogtreecommitdiffstats
path: root/fredjo-gnome-2.28-test/gnome-netstatus/post-install
diff options
context:
space:
mode:
authorfredjo <frederic.joly@9online.fr>2009-11-04 10:19:16 +0100
committerfredjo <frederic.joly@9online.fr>2009-11-04 10:19:16 +0100
commit340a25c070f81ec86fc760537239440e504c38ce (patch)
treea011e4ffbe2cc5bd88010c6b26deb64ff1a91478 /fredjo-gnome-2.28-test/gnome-netstatus/post-install
parent2c5db3a15d942a3a9aa5fc0968b6874c107560fb (diff)
downloadnutyx-pakxe-340a25c070f81ec86fc760537239440e504c38ce.tar.gz
nutyx-pakxe-340a25c070f81ec86fc760537239440e504c38ce.tar.bz2
nutyx-pakxe-340a25c070f81ec86fc760537239440e504c38ce.tar.xz
nutyx-pakxe-340a25c070f81ec86fc760537239440e504c38ce.zip
Ajout du paquet gnome-netstatus#2.26.0
Diffstat (limited to 'fredjo-gnome-2.28-test/gnome-netstatus/post-install')
-rwxr-xr-xfredjo-gnome-2.28-test/gnome-netstatus/post-install28
1 files changed, 28 insertions, 0 deletions
diff --git a/fredjo-gnome-2.28-test/gnome-netstatus/post-install b/fredjo-gnome-2.28-test/gnome-netstatus/post-install
new file mode 100755
index 000000000..fa6028a89
--- /dev/null
+++ b/fredjo-gnome-2.28-test/gnome-netstatus/post-install
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+port=gnome-netstatus
+
+# gconf schemas
+SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
+
+for SCHEMA in $SCHEMAS
+do
+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+ gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
+done
+
+# reload gconf caches
+if [ ! -z "`pidof gconfd-2`" ]
+then
+ killall -HUP gconfd-2 > /dev/null
+fi
+
+# 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
+
+# End of file