diff options
| author | Simon Rettberg | 2013-10-14 18:59:19 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-10-14 18:59:19 +0200 |
| commit | eb4a83321ccae1b55fe65474b0f1f0f69c06b3a2 (patch) | |
| tree | 63ff75dc7dbc404923f374133d58888d35ba91e4 /remote/modules/vmware/data/addon-init | |
| parent | [cups] cups module config file for openSuse (diff) | |
| download | tm-scripts-eb4a83321ccae1b55fe65474b0f1f0f69c06b3a2.tar.gz tm-scripts-eb4a83321ccae1b55fe65474b0f1f0f69c06b3a2.tar.xz tm-scripts-eb4a83321ccae1b55fe65474b0f1f0f69c06b3a2.zip | |
[vmware] Switch from VMware player to workstation, bump version to 10.0 (would be player 6.0)
also rename module from vmplayer to vmware to be more generic in case we switch again
Diffstat (limited to 'remote/modules/vmware/data/addon-init')
| -rwxr-xr-x | remote/modules/vmware/data/addon-init | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remote/modules/vmware/data/addon-init b/remote/modules/vmware/data/addon-init new file mode 100755 index 00000000..01acb3b4 --- /dev/null +++ b/remote/modules/vmware/data/addon-init @@ -0,0 +1,5 @@ +#!/bin/sh + +systemctl daemon-reload +systemctl start vmware + |
