diff options
-rwxr-xr-x | gnome-online-accounts/post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnome-online-accounts/post-install b/gnome-online-accounts/post-install new file mode 100755 index 0000000..c4300d0 --- /dev/null +++ b/gnome-online-accounts/post-install @@ -0,0 +1,8 @@ +#!/bin/sh + +port=gnome-online-accounts + +# icon cache +gtk-update-icon-cache -q -t -f /usr/share/icons/gnome + +# End of file |