mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:07:14 +08:00
oxygen-icons remove generation of the icons link default.kde4, is now provided by kde-runtime
This commit is contained in:
parent
7b983aa869
commit
7076404154
@ -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")
|
||||
|
@ -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 $*
|
Loading…
Reference in New Issue
Block a user