diff --git a/post-install b/post-install index aa40ecd..1707b58 100644 --- a/post-install +++ b/post-install @@ -28,6 +28,7 @@ SYSTEM_RC=${0}rc USER_RC=~/.${CMD}rc SCRIPT_DIR=${0}.d/ +MACHINE_SCRIPT_DIR=$SCRIPT_DIR/michine/ @@ -383,7 +384,7 @@ function feature-platform-scripts(){ local platform=default fi - feature-scripts "$SCRIPT_DIR/$platform" + feature-scripts "$MACHINE_SCRIPT_DIR/$platform" } diff --git a/post-install.d/machine/README b/post-install.d/machine/README new file mode 100644 index 0000000..e69de29