From 4fa595b62719f477d7d5211d43f4141f004b0d7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 15 Jul 2023 13:12:00 +0200 Subject: godot: rename to godot3 --- community/godot/files/godot.desktop | 9 --------- community/godot/files/pythonpath | 6 ------ 2 files changed, 15 deletions(-) delete mode 100644 community/godot/files/godot.desktop delete mode 100755 community/godot/files/pythonpath (limited to 'community/godot/files') diff --git a/community/godot/files/godot.desktop b/community/godot/files/godot.desktop deleted file mode 100644 index e63874e9..00000000 --- a/community/godot/files/godot.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Godot -Comment=Application for making games -Exec=/usr/bin/godot %U -Icon=godot -Terminal=false -Type=Application -Categories=Utility;Game; - diff --git a/community/godot/files/pythonpath b/community/godot/files/pythonpath deleted file mode 100755 index f3718ca7..00000000 --- a/community/godot/files/pythonpath +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/python3 -import os -import sys - -print("%s/scons/dist/usr/lib/python%d.%d/site-packages:%s" - % (os.getcwd(), sys.version_info.major, sys.version_info.minor, ':'.join(sys.path))) -- cgit v1.2.3