oxygen-icons remove generation of the icons link default.kde4, is now provided by kde-runtime

This commit is contained in:
AlmAck 2016-04-20 22:07:51 +01:00
parent 7b983aa869
commit 7076404154
2 changed files with 1 additions and 20 deletions

View File

@ -6,11 +6,10 @@ _pkgbase=oxygen-icons5
pkgname=('oxygen-icons' 'oxygen-icons-svg')
pkgver=${KFVersion}
epoch=1
pkgrel=2
pkgrel=3
arch=('x86_64')
url='http://www.oxygen-icons.org/'
license=('LGPL')
install=oxygen-icons.install
groups=('kf5')
makedepends=('cmake' 'extra-cmake-modules' 'qt5-tools')
source=("${KFServer}/${_pkgbase}-${pkgver}.tar.xz")

View File

@ -1,18 +0,0 @@
post_install() {
# fix default.kde icon link problem
pushd /usr/share/icons &>/dev/null
rm -rf default.kde4 &>/dev/null
ln -s hicolor default.kde4 &>/dev/null
popd &>/dev/null
[[ -f /usr/bin/chakra-update-icons ]] && /usr/bin/chakra-update-icons &>/dev/null
}
post_upgrade() {
post_install $1
}
op=$1
shift
$op $*