aboutsummaryrefslogtreecommitdiff
path: root/core/minit/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-14 13:14:23 +0300
committerCem Keylan <cem@ckyln.com>2020-02-14 14:04:29 +0300
commitbf9e3fa7014fbcf70486be46d09c1e972076b367 (patch)
treef4182df98c9a3b4be8580c62ab5f0c77ebf8317b /core/minit/build
parentf167e4c7cf03bce415d011961eaf6ff5bcd0aa9f (diff)
downloadrepository-bf9e3fa7014fbcf70486be46d09c1e972076b367.tar.gz
minit: remove launch-services.boot
Diffstat (limited to 'core/minit/build')
-rwxr-xr-xcore/minit/build1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/minit/build b/core/minit/build
index 608e17c4..c1304ed9 100755
--- a/core/minit/build
+++ b/core/minit/build
@@ -6,5 +6,4 @@ make DESTDIR="$1" PREFIX=/usr install
ln -s minit "$1/usr/bin/init"
install -Dm755 -t "$1/usr/bin" reboot poweroff
-install -Dm644 launch-services.boot "$1/etc/init/launch-services.boot"
install -Dm644 minit.post.shutdown "$1/etc/init/minit.post.shutdown"