diff --git a/.SRCINFO b/.SRCINFO index c456327f099e..99b2c040a715 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 621c2f21aabf..bf1767841cf8 100644 --- a/PKGBUILD +++ b/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=() diff --git a/wootility5-beta.install b/wootility5-beta.install deleted file mode 100644 index baffe52bc48a..000000000000 --- a/wootility5-beta.install +++ /dev/null @@ -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 -}