diff options
author | root <root@rshg054.dnsready.net> | 2013-02-28 00:03:26 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-28 00:03:26 -0800 |
commit | b56d5949c9b0c3b40a942cd83f71e4420473435b (patch) | |
tree | eab18954f3e6ffee5b561a2fd77ff58fbd259bc0 /community/aegisub/aegisub.install | |
parent | 23018fec360e50c7cb4de4b2411650ce79532e54 (diff) |
Thu Feb 28 00:03:24 PST 2013
Diffstat (limited to 'community/aegisub/aegisub.install')
-rwxr-xr-x | community/aegisub/aegisub.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/aegisub/aegisub.install b/community/aegisub/aegisub.install new file mode 100755 index 000000000..105ce6543 --- /dev/null +++ b/community/aegisub/aegisub.install @@ -0,0 +1,14 @@ +post_install() { + gtk-update-icon-cache -ftq /usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et: |