mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
remove install file since it is not needed
This commit is contained in:
parent
e80c24940b
commit
df005fe46d
3 changed files with 0 additions and 11 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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