diff options
author | skingrapher <gandalf@aldebaran.(none)> | 2010-07-09 23:07:06 +0400 |
---|---|---|
committer | skingrapher <gandalf@aldebaran.(none)> | 2010-07-09 23:07:06 +0400 |
commit | f4217c1e1d25cb963e547e1f40bba587892e9d9d (patch) | |
tree | 761fb03d56c1704d6f7ba62d1ed477037526c14c /base/aaabasicfs/splashy_stop | |
parent | 6f3f948a30a74d44ada76ca9b5c83e28fcd7146e (diff) | |
parent | 3dc66bcb0e1cec9f83584f304137054b47d32561 (diff) | |
download | nutyx-pakxe-f4217c1e1d25cb963e547e1f40bba587892e9d9d.tar.gz nutyx-pakxe-f4217c1e1d25cb963e547e1f40bba587892e9d9d.tar.bz2 nutyx-pakxe-f4217c1e1d25cb963e547e1f40bba587892e9d9d.tar.xz nutyx-pakxe-f4217c1e1d25cb963e547e1f40bba587892e9d9d.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'base/aaabasicfs/splashy_stop')
-rwxr-xr-x | base/aaabasicfs/splashy_stop | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/aaabasicfs/splashy_stop b/base/aaabasicfs/splashy_stop new file mode 100755 index 000000000..c6b366391 --- /dev/null +++ b/base/aaabasicfs/splashy_stop @@ -0,0 +1,4 @@ +#!/bin/sh +if [ -f /sbin/splashy_update ]; then + /sbin/splashy_update "exit" +fi |