mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
9 lines
293 B
Text
9 lines
293 B
Text
post_install() {
|
|
echo 'To turn off the “Would you like to integrate ….AppImage with your system?”'
|
|
echo 'notifications on every launch of Wootility, see:'
|
|
echo 'https://github.com/AppImage/AppImageSpec/blob/master/draft.md#desktop-integration'
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|