summarylogtreecommitdiffstats
path: root/handbrake-fdkaac.install
diff options
context:
space:
mode:
Diffstat (limited to 'handbrake-fdkaac.install')
-rw-r--r--handbrake-fdkaac.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/handbrake-fdkaac.install b/handbrake-fdkaac.install
new file mode 100644
index 000000000000..87c29e4dbeb4
--- /dev/null
+++ b/handbrake-fdkaac.install
@@ -0,0 +1,14 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: