diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-25 03:11:09 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-25 03:11:09 +0300 |
commit | 73c73e33976dc28258ca4fd0b5a220ff8f24957d (patch) | |
tree | 421776dab7b922f846032071f382261eebd929cf /personal/shinit/build | |
parent | 86d1a40e690df6ca8397c2f3ddbe26df88ec75d8 (diff) | |
download | repository-73c73e33976dc28258ca4fd0b5a220ff8f24957d.tar.gz |
abook,shinit,spotifyd: drop
Diffstat (limited to 'personal/shinit/build')
-rwxr-xr-x | personal/shinit/build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/personal/shinit/build b/personal/shinit/build deleted file mode 100755 index 5baae9d..0000000 --- a/personal/shinit/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -make DESTDIR="$1" PREFIX=/usr install - -install -Dm755 -t "$1/usr/bin" poweroff -ln -s poweroff "$1/usr/bin/reboot" -ln -s shinit "$1/usr/bin/init" |