sys-apps/stm: Create stm group after install 85/172385/6
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 27 Feb 2018 13:51:59 +0000 (14:51 +0100)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Mon, 23 Jul 2018 17:35:57 +0000 (19:35 +0200)
Change-Id: Iec774105eda126e30fbf38229b949720e478081d
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
sys-apps/stm/stm-9999.ebuild

index f860199..0ec43d6 100644 (file)
@@ -14,6 +14,8 @@ EGIT_REPO_URI="git://git.tizen.org/tools/muxpi"
 EGIT_CHECKOUT_DIR="${S}"
 inherit git-r3
 
+inherit user
+
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~arm"
@@ -39,3 +41,7 @@ src_compile() {
 src_install() {
        dobin bin/stm
 }
+
+pkg_postinst() {
+       enewgroup stm
+}