Linux Package Editor Reference
54
Script Actions
To complete the dialog box
z
Source File/Path
Specify the file or directory to copy. You can use the following wildcards: *, ?, and
[].
z
Destination
Specify the path to copy to.
Create Directory
This action creates a directory on the Linux computer.
When the action is run, the results are placed in the $RETURNCODE variable:
To complete the dialog box
z
Pathname
Enter the full directory path to create.
Delete File or Directory
This action removes files or directories from the Linux computer.
When the action is run, the results are placed in the $RETURNCODE variable:
To complete the dialog box
z
File/Dir Path
Specify the path of the file or directory to delete.
Delete Line From Text File
This action deletes lines from a text file on the Linux computer. Example: You can delete
a user from the password file (passwd).
When the action is run, the number of lines deleted from the file is placed in the
$RETURNCODE variable.
non-zero
The action was unsuccessful.
0
The action ran successfully.
non-zero
The action was unsuccessful.
0
The action ran successfully.
non-zero
The action was unsuccessful.