diff options
author | piernov <piernov@piernov.org> | 2011-08-17 00:44:06 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-08-17 00:44:06 +0200 |
commit | b391e791c989612647133c3ce1f6560b3e64a336 (patch) | |
tree | 98ec04793f35ee33053a804bac11b77268440cea /gnome-phone-manager/post-install | |
parent | 9de46937589a6375c70d7da92b1b13a4c4e32db4 (diff) | |
download | gnome3-b391e791c989612647133c3ce1f6560b3e64a336.tar.gz gnome3-b391e791c989612647133c3ce1f6560b3e64a336.tar.bz2 gnome3-b391e791c989612647133c3ce1f6560b3e64a336.tar.xz gnome3-b391e791c989612647133c3ce1f6560b3e64a336.zip |
gnome-phone-manager 0.67-1 ajout port
Diffstat (limited to 'gnome-phone-manager/post-install')
-rwxr-xr-x | gnome-phone-manager/post-install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-phone-manager/post-install b/gnome-phone-manager/post-install new file mode 100755 index 0000000..bc4382e --- /dev/null +++ b/gnome-phone-manager/post-install @@ -0,0 +1,11 @@ +#!/bin/sh + +port=gnome-phone-manager + +# gconf schemas +/usr/sbin/gconfpkg --install $port + +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + +# End of file |