Set the KDE "Breeze" icon theme as new icon theme for QElectroTech

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5108 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
nuri
2017-11-25 07:44:38 +00:00
parent 5e44e6e8ad
commit 9f3024545f
243 changed files with 383 additions and 103 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# Dependance : png2ico
PNG_DIR="../oxygen-icons"
PNG_DIR="../breeze-icons"
if [ -z "$(which icotool 2> /dev/null)" ]; then
echo "Error: icotool not found."