remove install file as it is no longer needed

This commit is contained in:
Quokka 2024-12-15 23:08:38 +01:00
parent 0a0f8ce5ee
commit a2056d58e9
No known key found for this signature in database
GPG key ID: 6A6D8BF438196519
3 changed files with 0 additions and 11 deletions

View file

@ -3,7 +3,6 @@ pkgbase = wootility5-beta
pkgver = 5.0.0beta.3
pkgrel = 1
url = https://wooting.io/wootility
install = wootility5-beta.install
arch = any
license = unknown
makedepends = util-linux

View file

@ -20,7 +20,6 @@ conflicts=("${_pkgname}")
replaces=()
backup=()
options=(!strip)
install=$pkgname.install
source=("https://wootility-updates.ams3.cdn.digitaloceanspaces.com/wootility-linux/${_appimage}"
'70-wooting.rules')
noextract=()

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
}