mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-06 09:45:01 -04:00
minor
This commit is contained in:
parent
6f19af1542
commit
29253004b6
2 changed files with 10 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
|||
#!/bin/bash
|
||||
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
|
||||
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
||||
|
||||
check() {
|
||||
return 0
|
||||
return 0
|
||||
}
|
||||
|
||||
depends() {
|
||||
return 0
|
||||
return 0
|
||||
}
|
||||
|
||||
install() {
|
||||
inst_hook shutdown 40 "$moddir/wipe.sh"
|
||||
inst_hook shutdown 40 "$moddir/wipe.sh"
|
||||
}
|
||||
|
||||
installkernel() {
|
||||
return 0
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue