diff options
author | root <root@rshg054.dnsready.net> | 2013-01-27 01:12:11 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-27 01:12:11 -0800 |
commit | 3ed565983048f1226dd3f258a3f0acaf04536dda (patch) | |
tree | 9ea304021502408af54b935da41441afb7e4bd62 /community/tiled-qt/tiled-qt.install | |
parent | 7d3e94229ca9849421d263542eb2c61f64a91c10 (diff) |
Sun Jan 27 01:11:57 PST 2013
Diffstat (limited to 'community/tiled-qt/tiled-qt.install')
-rw-r--r-- | community/tiled-qt/tiled-qt.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/tiled-qt/tiled-qt.install b/community/tiled-qt/tiled-qt.install new file mode 100644 index 000000000..71d138f2d --- /dev/null +++ b/community/tiled-qt/tiled-qt.install @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |