mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
remove install file as it is no longer needed
This commit is contained in:
parent
0a0f8ce5ee
commit
a2056d58e9
3 changed files with 0 additions and 11 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -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=()
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue