diff options
author | sibel <lesibel@free.fr> | 2011-01-28 12:38:44 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-28 12:38:44 +0100 |
commit | ad6da61cde6da5384605b8930996beddbc87f53b (patch) | |
tree | 9073506a5f8076a571cd5e6d9fcea636b00a6396 /kde/oxygen-icons/Pkgfile | |
parent | 8ecae1569047a30a2b42aa79c1e9f5fda54b04f5 (diff) | |
download | nutyx-extra-ad6da61cde6da5384605b8930996beddbc87f53b.tar.gz nutyx-extra-ad6da61cde6da5384605b8930996beddbc87f53b.tar.bz2 nutyx-extra-ad6da61cde6da5384605b8930996beddbc87f53b.tar.xz nutyx-extra-ad6da61cde6da5384605b8930996beddbc87f53b.zip |
oxygen-icons, corrections
Diffstat (limited to 'kde/oxygen-icons/Pkgfile')
-rwxr-xr-x | kde/oxygen-icons/Pkgfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kde/oxygen-icons/Pkgfile b/kde/oxygen-icons/Pkgfile index 897055f75..31db53ee1 100755 --- a/kde/oxygen-icons/Pkgfile +++ b/kde/oxygen-icons/Pkgfile @@ -26,11 +26,5 @@ build() { cd $SRC/$name-* find scalable -type f ! -name '*.sh' -exec \ install -D -m644 "{}" $PKG/usr/share/icons/oxygen/{} \; - -# for i in 256x256 128x128 64x64 48x48 32x32 22x22 16x16 -# do rm $PKG//usr/share/icons/oxygen/$i/places/start-here-kde.png -# ln -sv ../../256x256/places/NuTyXlogo.png \ -# $PKG//usr/share/icons/oxygen/$i/places/start-here-kde.png -# done } |