From 758ea780c00e7bc9e11b223d89db94a977507e66 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Fri, 10 Jul 2020 13:27:05 +0400 Subject: Added files for building unityhub .deb package --- DEBIAN/control | 7 +++++++ DEBIAN/postinst | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 DEBIAN/control create mode 100755 DEBIAN/postinst (limited to 'DEBIAN') 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 +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" -- cgit v1.2.3