mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
transmission: switch to pacman hooks
This commit is contained in:
parent
c95825d308
commit
9f0fd9eeb6
@ -1,7 +1,7 @@
|
||||
pkgbase=transmission
|
||||
pkgname=(transmission-cli transmission)
|
||||
pkgver=2.94
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=(x86_64)
|
||||
url="http://www.transmissionbt.com/"
|
||||
license=(MIT)
|
||||
@ -63,7 +63,6 @@ package_transmission() {
|
||||
conflicts=('transmission-qt' 'transmission-qt5')
|
||||
replaces=('transmission-qt' 'transmission-qt5')
|
||||
screenshot=('http://www.transmissionbt.com/images/screenshots/Qt-Large.jpg')
|
||||
install=transmission.install
|
||||
|
||||
cd $pkgbase-$pkgver
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user