diff options
author | piernov <piernov@piernov.org> | 2012-04-01 13:25:32 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-04-01 13:25:32 +0200 |
commit | e215be1fe9b530ce95a0dc8f06329d403b5aacbc (patch) | |
tree | 5be6f58ed1fb10db53d854da29d2b519ec9d560c /libinfinity/post-install | |
parent | 8c0c1a316a1272aebf3c129b7aa53507caa49955 (diff) | |
download | gnome3-e215be1fe9b530ce95a0dc8f06329d403b5aacbc.tar.gz gnome3-e215be1fe9b530ce95a0dc8f06329d403b5aacbc.tar.bz2 gnome3-e215be1fe9b530ce95a0dc8f06329d403b5aacbc.tar.xz gnome3-e215be1fe9b530ce95a0dc8f06329d403b5aacbc.zip |
libinfinity 0.5.2-1 ajout port
Diffstat (limited to 'libinfinity/post-install')
-rwxr-xr-x | libinfinity/post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libinfinity/post-install b/libinfinity/post-install new file mode 100755 index 0000000..8cce555 --- /dev/null +++ b/libinfinity/post-install @@ -0,0 +1,8 @@ +#!/bin/sh + +port=libinfinity + +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + +# End of file |