mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
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
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
|
|
}
|