summaryrefslogtreecommitdiffstats
path: root/kde-tde/convert_kde3_icon_names_to_xdg_standards
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-04-05 00:27:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-04-05 00:27:56 +0900
commit9521203755e7750868accf26b8b46ab08251879b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /kde-tde/convert_kde3_icon_names_to_xdg_standards
parentdba036816b279bc1539a9f3894fbc414665d2bce (diff)
downloadexperimental-9521203755e7750868accf26b8b46ab08251879b.tar.gz
experimental-9521203755e7750868accf26b8b46ab08251879b.zip
Experimental scripts have been moved to the TDE/scripts repository.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kde-tde/convert_kde3_icon_names_to_xdg_standards')
-rwxr-xr-xkde-tde/convert_kde3_icon_names_to_xdg_standards20
1 files changed, 0 insertions, 20 deletions
diff --git a/kde-tde/convert_kde3_icon_names_to_xdg_standards b/kde-tde/convert_kde3_icon_names_to_xdg_standards
deleted file mode 100755
index 86000cd..0000000
--- a/kde-tde/convert_kde3_icon_names_to_xdg_standards
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-#
-# (c) 2014-2015 Timothy Pearson
-# All Rights Reserved
-#
-# WARNING
-# This script is not complete!
-# Hand editing will likely be required after running to ensure all icon names have been updated
-# See http://trinity.etherpad.trinitydesktop.org/60 for a mapping of old KDE3 names to modern XDG names
-
-THISSCRIPT=$(readlink -f $0)
-if [[ ! -e "$THISSCRIPT" ]]; then
- echo "Unable to find myself! Exiting..."
- exit 1
-fi
-SCRIPTPATH=`dirname $THISSCRIPT`
-
-$SCRIPTPATH/tde_mimetype_conversion
-$SCRIPTPATH/tde_action_conversion
-$SCRIPTPATH/tde_device_conversion \ No newline at end of file