diff options
| author | Christian Rößler | 2013-08-22 17:56:03 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-08-22 17:56:03 +0200 |
| commit | 9c26c61430efdcd7d384c5e29be1523f9e129dbb (patch) | |
| tree | b51b3bc43c9f19e9d821a2110226597ef82f93d8 /remote/modules/vmplayer/data | |
| parent | [fileutil.inc] Introduced variable PACKET_HANDLER for simplification. (diff) | |
| parent | [plymouth-freiburg] fix wrong path in theming file for freiburg (diff) | |
| download | tm-scripts-9c26c61430efdcd7d384c5e29be1523f9e129dbb.tar.gz tm-scripts-9c26c61430efdcd7d384c5e29be1523f9e129dbb.tar.xz tm-scripts-9c26c61430efdcd7d384c5e29be1523f9e129dbb.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmplayer/data')
| -rwxr-xr-x | remote/modules/vmplayer/data/addon-init | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remote/modules/vmplayer/data/addon-init b/remote/modules/vmplayer/data/addon-init new file mode 100755 index 00000000..01acb3b4 --- /dev/null +++ b/remote/modules/vmplayer/data/addon-init @@ -0,0 +1,5 @@ +#!/bin/sh + +systemctl daemon-reload +systemctl start vmware + |
