summarylogtreecommitdiffstats
path: root/aegisub.install
diff options
context:
space:
mode:
Diffstat (limited to 'aegisub.install')
-rw-r--r--aegisub.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/aegisub.install b/aegisub.install
new file mode 100644
index 000000000000..214da2ef9421
--- /dev/null
+++ b/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: