From 7c603a46db22c07168034d5c127f138afe53728d Mon Sep 17 00:00:00 2001 From: piernov Date: Thu, 1 Sep 2011 23:29:05 +0200 Subject: gnome-device-manager 0.2-1 correction post-install --- gnome-device-manager/post-install | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'gnome-device-manager') diff --git a/gnome-device-manager/post-install b/gnome-device-manager/post-install index 7ab8335..2748256 100755 --- a/gnome-device-manager/post-install +++ b/gnome-device-manager/post-install @@ -1,8 +1,19 @@ #!/bin/sh -port=alacarte +port=gnome-device-manager + +# 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 > /dev/null +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + # End of file -- cgit v1.2.3-54-g00ecf