diff --git a/mk/shared/editor.ico b/mk/shared/editor.ico deleted file mode 100644 index 4f1073868..000000000 Binary files a/mk/shared/editor.ico and /dev/null differ diff --git a/mk/shared/g3dviewer.ico b/mk/shared/g3dviewer.ico deleted file mode 100644 index 0d2a9f342..000000000 Binary files a/mk/shared/g3dviewer.ico and /dev/null differ diff --git a/mk/shared/zetaglest-configure-desktop.sh b/mk/shared/zetaglest-configure-desktop.sh deleted file mode 100755 index d7110bbc7..000000000 --- a/mk/shared/zetaglest-configure-desktop.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh -# Use this script to improve configuration of '.desktop' files. -# ---------------------------------------------------------------------------- -# 2014 Written by filux -# Copyright (c) 2014-2016 under GNU GPL v3.0+ -LANG=C - -CURRENTDIR="$(dirname "$(readlink -f "$0")")" -cd "$CURRENTDIR"; prmtr="Icon="; prmtr2="Exec=" -if [ -f "zetaglest.desktop" ] && [ -f "zetaglest.png" ] && [ -f "zetaglest" ] \ - && [ -f "start_zetaglest" ] && [ ! -f "glest-dev.ini" ]; then - desktop_location="$CURRENTDIR/zetaglest.desktop"; icon_location="$CURRENTDIR/zetaglest.png" - exec_location="$CURRENTDIR/start_zetaglest" - sed -i -e "s#$prmtr.*#$prmtr$icon_location#" -e "s#$prmtr2.*#$prmtr2\"$exec_location\"#" \ - "$desktop_location" - chmod +x "$desktop_location" -fi -if [ -f "zetaglest_editor.desktop" ] && [ -f "zetaglest.png" ] && [ -f "zetaglest_editor" ] \ - && [ -f "start_zetaglest_mapeditor" ] && [ ! -f "glest-dev.ini" ]; then - desktop_location="$CURRENTDIR/zetaglest_editor.desktop" - icon_location="$CURRENTDIR/zetaglest.png"; exec_location="$CURRENTDIR/start_zetaglest_mapeditor" - sed -i -e "s#$prmtr.*#$prmtr$icon_location#" -e "s#$prmtr2.*#$prmtr2\"$exec_location\"#" \ - "$desktop_location" - chmod +x "$desktop_location" -fi -if [ -f "zetaglest_g3dviewer.desktop" ] && [ -f "zetaglest.png" ] && [ -f "zetaglest_g3dviewer" ] \ - && [ -f "start_zetaglest_g3dviewer" ] && [ ! -f "glest-dev.ini" ]; then - desktop_location="$CURRENTDIR/zetaglest_g3dviewer.desktop" - icon_location="$CURRENTDIR/zetaglest.png"; exec_location="$CURRENTDIR/start_zetaglest_g3dviewer" - sed -i -e "s#$prmtr.*#$prmtr$icon_location#" -e "s#$prmtr2.*#$prmtr2\"$exec_location\"#" \ - "$desktop_location" - chmod +x "$desktop_location" -fi diff --git a/mk/shared/zetaglest-uninstall.ico b/mk/shared/zetaglest-uninstall.ico deleted file mode 100644 index de29e8e36..000000000 Binary files a/mk/shared/zetaglest-uninstall.ico and /dev/null differ diff --git a/mk/shared/zetaglest.ico b/mk/shared/zetaglest.ico deleted file mode 100644 index f2ce53b69..000000000 Binary files a/mk/shared/zetaglest.ico and /dev/null differ