summarylogtreecommitdiffstats
path: root/gdlauncher-appimage.install
diff options
context:
space:
mode:
Diffstat (limited to 'gdlauncher-appimage.install')
-rw-r--r--gdlauncher-appimage.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdlauncher-appimage.install b/gdlauncher-appimage.install
new file mode 100644
index 000000000000..f39ea2214987
--- /dev/null
+++ b/gdlauncher-appimage.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate
+ xdg-desktop-menu forceupdate
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+ xdg-desktop-menu forceupdate
+} \ No newline at end of file