diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-14 13:14:23 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-14 14:04:29 +0300 |
commit | bf9e3fa7014fbcf70486be46d09c1e972076b367 (patch) | |
tree | f4182df98c9a3b4be8580c62ab5f0c77ebf8317b /core/minit/build | |
parent | f167e4c7cf03bce415d011961eaf6ff5bcd0aa9f (diff) | |
download | repository-bf9e3fa7014fbcf70486be46d09c1e972076b367.tar.gz |
minit: remove launch-services.boot
Diffstat (limited to 'core/minit/build')
-rwxr-xr-x | core/minit/build | 1 |
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" |