saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
5
hprofile/profiles/sample/scripts/first_profile.start
Executable file
5
hprofile/profiles/sample/scripts/first_profile.start
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This script will be run when the profile named "first_profile" is started.
|
||||
|
||||
echo "Starting ${0%.*}"
|
||||
5
hprofile/profiles/sample/scripts/first_profile.stop
Executable file
5
hprofile/profiles/sample/scripts/first_profile.stop
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This script will be run when the profile named "first_profile" is stopped.
|
||||
|
||||
echo "Stopping ${0%.*}"
|
||||
5
hprofile/profiles/sample/scripts/second_profile.start
Executable file
5
hprofile/profiles/sample/scripts/second_profile.start
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This script will be run when the profile named "second_profile" is started.
|
||||
|
||||
echo "Starting ${0%.*}"
|
||||
5
hprofile/profiles/sample/scripts/second_profile.stop
Executable file
5
hprofile/profiles/sample/scripts/second_profile.stop
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This script will be run when the profile named "second_profile" is stopped.
|
||||
|
||||
echo "Stopping ${0%.*}"
|
||||
Reference in New Issue
Block a user