author | Felix Yan
<felixonmars@archlinux.org> 2016-04-27 17:29:38 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-04-27 17:29:38 UTC |
parent | 6a26f0fc076a47a5fc021cd929795581b9e784e5 |
PKGBUILD | +1 | -3 |
kate.install | +0 | -13 |
kwrite.install | +0 | -12 |
diff --git a/PKGBUILD b/PKGBUILD index f5b828d..e4032f0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=kate pkgname=('kwrite' 'kate') pkgver=16.04.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 'knewstuff' 'ktexteditor' @@ -35,7 +35,6 @@ package_kwrite() { groups=('kde-applications' 'kdebase') url="http://www.kde.org/applications/utilities/kwrite/" depends=('ktexteditor' 'kded' 'kactivities' 'hicolor-icon-theme') - install='kwrite.install' replaces=('kdebase-kwrite') conflicts=('kdebase-kwrite') provides=('kdebase-kwrite') @@ -52,7 +51,6 @@ package_kate() { groups=('kde-applications' 'kdebase') url="http://www.kde.org/applications/utilities/kate/" depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 'kactivities' 'hicolor-icon-theme') - install='kate.install' replaces=('kdesdk-kate') conflicts=('kdesdk-kate') provides=('kdesdk-kate') diff --git a/kate.install b/kate.install deleted file mode 100644 index 0446d16..0000000 --- a/kate.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kwrite.install b/kwrite.install deleted file mode 100644 index 81ce5c4..0000000 --- a/kwrite.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}