summarylogtreecommitdiffstats
path: root/wootility-appimage.install
diff options
context:
space:
mode:
Diffstat (limited to 'wootility-appimage.install')
-rw-r--r--wootility-appimage.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/wootility-appimage.install b/wootility-appimage.install
new file mode 100644
index 000000000000..176cdfd00da6
--- /dev/null
+++ b/wootility-appimage.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo 'NOTE: To turn off the “Would you like to integrate ….AppImage with your system?”'
+ echo 'NOTE: notifications on every launch of Wootility, see:'
+ echo 'NOTE: https://github.com/AppImage/AppImageSpec/blob/master/draft.md#desktop-integration'
+}
+
+post_upgrade() {
+ post_install
+}