author | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 16:14:45 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 16:14:45 UTC |
parent | 8392fc6ee16b9c4d688b20619d8edb73580ab8b2 |
PKGBUILD | +1 | -2 |
kwin.install | +0 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index bc79ecf..9c59216 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=kwin pkgver=5.6.3 -pkgrel=1 +pkgrel=2 pkgdesc='KDE Window manager' arch=('i686' 'x86_64') url='https://www.kde.org/workspaces/plasmadesktop/' @@ -12,7 +12,6 @@ depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 'hicolor makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python') optdepends=('libinput: for kwin-wayland') groups=('plasma') -install=${pkgname}.install conflicts=('kdebase-workspace') source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz") md5sums=('c007cd5a6ecf2611a415062259f335d0') diff --git a/kwin.install b/kwin.install deleted file mode 100644 index 1c0de2e..0000000 --- a/kwin.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}