author | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 15:20:55 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 15:20:55 UTC |
parent | 8f8c54d82851c8d48e3814c947bbb92c4260b2f4 |
PKGBUILD | +1 | -2 |
kmenuedit.install | +0 | -12 |
diff --git a/PKGBUILD b/PKGBUILD index 71287f0..e6bffb4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=kmenuedit pkgver=5.6.3 -pkgrel=1 +pkgrel=2 pkgdesc='KDE menu editor' arch=('i686' 'x86_64') url='https://www.kde.org/workspaces/plasmadesktop/' @@ -13,7 +13,6 @@ depends=('khotkeys') groups=('plasma') makedepends=('extra-cmake-modules' 'kdoctools' 'python') conflicts=('kdebase-workspace') -install="${pkgname}.install" source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") md5sums=('f81ae456f22438cedf0d28c83ac58fb8') diff --git a/kmenuedit.install b/kmenuedit.install deleted file mode 100644 index f32ae9d..0000000 --- a/kmenuedit.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -