packaging: remove install files superseeded by hooks

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-04-30 23:40:09 +00:00
parent 2efacff187
commit 3acc2f520c
2 changed files with 0 additions and 13 deletions

View file

@ -18,7 +18,6 @@ optdepends=('katana-extraapps: thumbnailers for development, audio, video and ot
'cppcheck: code analysis in Kate'
'ctags: lookup definitions/declarations in Kate')
url="http://fluxer.github.io/katana/"
install="$pkgname.install"
depends=("katanalibs>=4.18.0" 'qjson')
makedepends=('cmake' 'git') # TODO: pykde4
source=("git+https://github.com/fluxer/kde-baseapps.git")

View file

@ -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
}