summaryrefslogtreecommitdiff
path: root/DEBIAN
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2020-07-10 13:27:05 +0400
committerAndrew Guschin <saintruler@gmail.com>2020-07-10 13:27:05 +0400
commit758ea780c00e7bc9e11b223d89db94a977507e66 (patch)
tree82a37a654434302d3bb97936fde8883bc7edde79 /DEBIAN
Added files for building unityhub .deb packageHEADmaster
Diffstat (limited to 'DEBIAN')
-rw-r--r--DEBIAN/control7
-rwxr-xr-xDEBIAN/postinst3
2 files changed, 10 insertions, 0 deletions
diff --git a/DEBIAN/control b/DEBIAN/control
new file mode 100644
index 0000000..783ff5f
--- /dev/null
+++ b/DEBIAN/control
@@ -0,0 +1,7 @@
+Package: unityhub
+Version: version
+Provides: unityhub
+Maintainer: Andrew Guschin <saintruler@gmail.com>
+Architecture: all
+Section: misc
+Description: Unity Hub application
diff --git a/DEBIAN/postinst b/DEBIAN/postinst
new file mode 100755
index 0000000..2507a94
--- /dev/null
+++ b/DEBIAN/postinst
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+ln -sf "/opt/unityhub/unityhub" "/usr/bin/unityhub"