zeus
3 years ago
4 changed files with 27 additions and 0 deletions
@ -0,0 +1 @@ |
|||
#!/bin/sh |
@ -0,0 +1,15 @@ |
|||
#!/bin/sh |
|||
|
|||
echo "==> extra packages" |
|||
|
|||
extrap=/tmp/bin/extrapackages |
|||
if [ -f $extrap ]; then |
|||
sh $extrap |
|||
fi |
|||
|
|||
echo "==> exec custom" |
|||
|
|||
extrashell=/tmp/bin/custom.sh |
|||
if [ -f $extrashell ]; then |
|||
sh $extrashell |
|||
fi |
Loading…
Reference in new issue