diff options
Diffstat (limited to 'repo/system/bootscripts.xibuild')
-rw-r--r-- | repo/system/bootscripts.xibuild | 11 |
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 -} |