You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
12 lines
373 B
Diff
12 lines
373 B
Diff
|
|
--- setup.py
|
||
|
|
+++ setup.py
|
||
|
|
@@ -59,8 +59,6 @@ class CustomInstallCommand(install):
|
||
|
|
"""Customized setuptools install command - prints a friendly greeting."""
|
||
|
|
def run(self):
|
||
|
|
install.run(self)
|
||
|
|
- _ = sys.stderr.write("Creating Desktop Shortcut to RIDE...\n")
|
||
|
|
- os.system("ride_postinstall.py -install")
|
||
|
|
|
||
|
|
setup(
|
||
|
|
name='robotframework-ride',
|