aur/wootility.install
AlphaLynx b483d7acdf
Update package to v5.0.6
Add myself as Maintainer

Move Frederik “Freso” S. Olesen to contributor

Cleanup packaging

Change source to api.wooting.io

Add hicolor-icon-theme and zlib dependencies because of namcap output

Remove util-linux and findutils make dependencies

Rename wootility-appimage.install

Fix nvchecker config

minor formatting changes
2025-06-28 19:57:10 -04: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
}