diff options
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 |