remove install file since it is not needed

This commit is contained in:
AlphaLynx 2025-12-09 12:56:48 -05:00
parent e80c24940b
commit df005fe46d
3 changed files with 0 additions and 11 deletions

View file

@ -3,7 +3,6 @@ pkgbase = wootility
pkgver = 5.1.2
pkgrel = 1
url = https://wooting.io/wootility
install = wootility.install
arch = x86_64
license = unknown
depends = glibc

View file

@ -11,7 +11,6 @@ url="https://wooting.io/$pkgname"
license=('unknown')
depends=('glibc' 'fuse2' 'hicolor-icon-theme' 'zlib')
options=(!strip)
install=$pkgname.install
_appimage=$pkgname-$pkgver.AppImage
source=("$_appimage::https://api.wooting.io/public/$pkgname/download?os=linux&version=$pkgver"
'70-wooting.rules')

View file

@ -1,9 +0,0 @@
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
}