summarylogtreecommitdiffstats
path: root/2048-qt.install
diff options
context:
space:
mode:
Diffstat (limited to '2048-qt.install')
-rw-r--r--2048-qt.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/2048-qt.install b/2048-qt.install
new file mode 100644
index 000000000000..d0123be17a13
--- /dev/null
+++ b/2048-qt.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}