diff options
| author | Simon Rettberg | 2013-08-21 16:28:42 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-08-21 16:28:42 +0200 |
| commit | 65971818a573c47f182de461092d60bf1c63cc2b (patch) | |
| tree | 5436f8bba904a37d497a0e34d93e7a28d9bbebaf /remote/modules | |
| parent | [system.inc] Added case / var PACKET_HANDLER (dpkg, rpm) for packet (diff) | |
| download | tm-scripts-65971818a573c47f182de461092d60bf1c63cc2b.tar.gz tm-scripts-65971818a573c47f182de461092d60bf1c63cc2b.tar.xz tm-scripts-65971818a573c47f182de461092d60bf1c63cc2b.zip | |
[rootfs-stage32] Make it possible to run a script after adding an addon to the aufs stack. Call it addon-init and place it in the root directory of your addon
[vmplayer] Add such an addon-init script that will take care of setting up the vmplayer environment
Diffstat (limited to 'remote/modules')
| -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 + |
