partitionmanager: switch to pacman hooks (#73)

This commit is contained in:
Francesco Marinucci 2018-12-04 17:53:43 +01:00
parent f61d39140c
commit 8009394525
2 changed files with 1 additions and 13 deletions

View File

@ -1,7 +1,7 @@
pkgname=partitionmanager
epoch=1
pkgver=3.3.1
pkgrel=1
pkgrel=2
pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems"
arch=('x86_64')
url="https://sourceforge.net/projects/partitionman"
@ -12,7 +12,6 @@ makedepends=('extra-cmake-modules' 'ntfs-3g' 'pkg-config' 'python3' 'kdoctools')
conflicts=('tribe-partitionmanager')
provides=('tribe-partitionmanager')
replaces=('tribe-partitionmanager<=1358163-8')
install=partitionmanager.install
options=('debug')
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
sha256sums=('5107955f9c70fc859bef04a54bffb28cd50efe355694232b9860e9d9c97a0f4a')

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}