summaryrefslogtreecommitdiff
path: root/DEBIAN
diff options
context:
space:
mode:
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"