From 3e90bcf9811dd3dc5d397fbfe18d0ed84a4fac65 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 13 Jan 2020 23:13:19 +0300 Subject: repository: move ubase and sinit to core --- extra/sinit/files/sinit.post.shutdown | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 extra/sinit/files/sinit.post.shutdown (limited to 'extra/sinit/files/sinit.post.shutdown') diff --git a/extra/sinit/files/sinit.post.shutdown b/extra/sinit/files/sinit.post.shutdown deleted file mode 100644 index 16deba74..00000000 --- a/extra/sinit/files/sinit.post.shutdown +++ /dev/null @@ -1,16 +0,0 @@ -# vim:filetype=sh - -# We handle the shutdown from here - -if [ "$SINIT_SHUTDOWN_HOOKS" = 1 ]; then - case "$1" in - reboot) - out "Requesting system reboot..." - /usr/bin/ubase-box halt -r - ;; - poweroff) - out "Requesting system poweroff..." - /usr/bin/ubase-box halt -p - ;; - esac -fi -- cgit v1.2.3