summaryrefslogtreecommitdiff
path: root/repo/system/bootscripts.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-30 00:50:53 +0100
committerdavidovski <david@davidovski.xyz>2022-03-30 00:50:53 +0100
commitffd7994da3b5c8021aa040f6ca4244f391eb9a0a (patch)
tree3492107ce7a1dd98ab64e9a8a5dd6e19fb544a6c /repo/system/bootscripts.xibuild
parentd28d2287b138ede0591d9facd5dbe7ca4f329f83 (diff)
fixed initd scripts for udev and sysklogd
Diffstat (limited to 'repo/system/bootscripts.xibuild')
-rw-r--r--repo/system/bootscripts.xibuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/repo/system/bootscripts.xibuild b/repo/system/bootscripts.xibuild
deleted file mode 100644
index 6fe5e6f..0000000
--- a/repo/system/bootscripts.xibuild
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="sh eudev"
-
-SOURCE=https://xi.davidovski.xyz/git/bootscripts.git
-DESC="Bootscripts to initiate the system on boot"
-
-package () {
- make DESTDIR=$PKG_DEST install
-}