summarylogtreecommitdiffstats
path: root/unity-editor.install
diff options
context:
space:
mode:
Diffstat (limited to 'unity-editor.install')
-rw-r--r--unity-editor.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/unity-editor.install b/unity-editor.install
new file mode 100644
index 000000000000..dab33ab3bb0c
--- /dev/null
+++ b/unity-editor.install
@@ -0,0 +1,3 @@
+postinstall() {
+ ln -s /usr/bin/Unity /opt/Unity/Editor/Unity
+}