diff options
Diffstat (limited to 'community/pragha/pragha.install')
-rwxr-xr-x | community/pragha/pragha.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/pragha/pragha.install b/community/pragha/pragha.install new file mode 100755 index 000000000..7db352036 --- /dev/null +++ b/community/pragha/pragha.install @@ -0,0 +1,8 @@ +post_install() { + gtk-update-icon-cache -q -f -t usr/share/icons/hicolor +} + +post_remove() { + gtk-update-icon-cache -q -f -t usr/share/icons/hicolor +} + |