diff options
author | piernov <piernov@piernov.org> | 2011-10-23 22:55:06 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-10-23 22:55:13 +0200 |
commit | c5be7636008e18317efbe928f20c95391e836e5e (patch) | |
tree | e6c58b2341ffcfb1a4a8a2a0a013f854c3890a67 /accerciser/post-install | |
parent | ad3bb37fb11a73eedc672c9503a51c6135177867 (diff) | |
download | gnome3-c5be7636008e18317efbe928f20c95391e836e5e.tar.gz gnome3-c5be7636008e18317efbe928f20c95391e836e5e.tar.bz2 gnome3-c5be7636008e18317efbe928f20c95391e836e5e.tar.xz gnome3-c5be7636008e18317efbe928f20c95391e836e5e.zip |
accerciser 3.2.1-1 ajout port
Diffstat (limited to 'accerciser/post-install')
-rwxr-xr-x | accerciser/post-install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/accerciser/post-install b/accerciser/post-install new file mode 100755 index 0000000..a746851 --- /dev/null +++ b/accerciser/post-install @@ -0,0 +1,14 @@ +#!/bin/sh + +port=accerciser + +# 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 |