You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
346 B
15 lines
346 B
## |
|
## ondir.conf -- global OnDir configuration |
|
## |
|
|
|
enter @l_prefix@ |
|
__PATH="${PATH}" |
|
PATH="@l_prefix@/local/bin:@l_prefix@/local/sbin:$PATH" |
|
PATH="@l_prefix@/bin:@l_prefix@/sbin:$PATH" |
|
echo "OpenPKG @l_prefix@: activated" |
|
|
|
leave @l_prefix@ |
|
PATH="${__PATH}" |
|
unset __PATH |
|
echo "OpenPKG @l_prefix@: deactivated" |
|
|
|
|