forked from kiss-community/kiss
kiss-orphans: Reflect linux-headers changes in kisslinux/repo
This commit is contained in:
parent
f10cdb1938
commit
1b0fc81b41
@ -5,8 +5,10 @@ cd "$KISS_ROOT/var/db/kiss/installed/"
|
|||||||
|
|
||||||
for pkg in *; do
|
for pkg in *; do
|
||||||
case $pkg in
|
case $pkg in
|
||||||
|
# Exemptions for orphans which aren't really
|
||||||
|
# orphans. Exclude them from the list.
|
||||||
baseinit|baselayout|gcc|pkgconf|e2fsprogs|musl|\
|
baseinit|baselayout|gcc|pkgconf|e2fsprogs|musl|\
|
||||||
make|busybox|bzip2|grub|kiss|git|linux-headers)
|
make|busybox|bzip2|grub|kiss|git)
|
||||||
continue
|
continue
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user