Added motd to lazybox
This commit is contained in:
parent
122c5d8a8a
commit
72a3dbf39c
2 changed files with 16 additions and 0 deletions
|
@ -8,6 +8,7 @@ ext="dev"
|
||||||
fetch() {
|
fetch() {
|
||||||
mkdir $pkgname-$pkgver
|
mkdir $pkgname-$pkgver
|
||||||
cp ../profile.sh .
|
cp ../profile.sh .
|
||||||
|
cp ../motd .
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
cp ../../../../lazy*.sh .
|
cp ../../../../lazy*.sh .
|
||||||
cp ../../../../LICENSE .
|
cp ../../../../LICENSE .
|
||||||
|
@ -22,6 +23,7 @@ package() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
install -d $pkgdir/etc/
|
install -d $pkgdir/etc/
|
||||||
install -Dm644 ../profile.sh $pkgdir/etc/profile
|
install -Dm644 ../profile.sh $pkgdir/etc/profile
|
||||||
|
install -Dm644 ../motd $pkgdir/etc/
|
||||||
install -d $pkgdir/usr/sbin
|
install -d $pkgdir/usr/sbin
|
||||||
install -Dm755 lazy.sh $pkgdir/usr/sbin/lazy
|
install -Dm755 lazy.sh $pkgdir/usr/sbin/lazy
|
||||||
}
|
}
|
||||||
|
|
14
pkgs/lazybox/motd
Normal file
14
pkgs/lazybox/motd
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
|
|
||||||
|
| |
|
||||||
|
|
|
||||||
|
| ________
|
||||||
|
| /\ | \
|
||||||
|
/ \ | \ |
|
||||||
|
/ \ \ |
|
||||||
|
/ \________\
|
||||||
|
\ / /
|
||||||
|
\ / /
|
||||||
|
\ / /
|
||||||
|
\/________/
|
||||||
|
|
||||||
|
LazyBox: Drop the Packages
|
Loading…
Reference in a new issue