aur/wootility5-beta.install
2024-11-29 16:35:24 +01:00

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
}