diff options
Diffstat (limited to 'community/godot/files')
-rw-r--r-- | community/godot/files/godot.desktop | 9 | ||||
-rwxr-xr-x | community/godot/files/pythonpath | 6 |
2 files changed, 0 insertions, 15 deletions
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))) |