diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-23 14:12:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-23 14:41:42 +0000 |
commit | a28895f56f2ab9233f7ad1b345e07c6249bef1f3 (patch) | |
tree | 84d5692bfd48a1c91da1bb1113078093be582b3f /community/open-vm-tools/open-vm-tools.pre-install | |
parent | 00fc18aa0c07998215c7fc55185c63ae496592eb (diff) | |
download | aports-a28895f56f2ab9233f7ad1b345e07c6249bef1f3.tar.bz2 aports-a28895f56f2ab9233f7ad1b345e07c6249bef1f3.tar.xz |
community/open-vm-tools: move from main
Diffstat (limited to 'community/open-vm-tools/open-vm-tools.pre-install')
-rw-r--r-- | community/open-vm-tools/open-vm-tools.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/open-vm-tools/open-vm-tools.pre-install b/community/open-vm-tools/open-vm-tools.pre-install new file mode 100644 index 0000000000..39b4850390 --- /dev/null +++ b/community/open-vm-tools/open-vm-tools.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +addgroup -S vmware 2>/dev/null + +exit 0 |