summarylogtreecommitdiffstats
path: root/wootility-appimage.install
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-10-04 15:12:15 +0200
committerFrederik “Freso” S. Olesen2019-10-04 15:12:15 +0200
commit663fb8a3cb4a6995dffe60d4ff2f5e342135f55e (patch)
treeae9776d417e3d46f41728b59b151ff5e4886bd6d /wootility-appimage.install
parent05731a8dd1e1449992912e880a9c0c1e23480d9a (diff)
downloadaur-663fb8a3cb4a6995dffe60d4ff2f5e342135f55e.tar.gz
Handle disabling of AppImage desktop integration differently
Instead of $optdepend’ing on a single‐file package, link to documentation in (new) .install file instead.
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
+}