kiss-orphans: Reflect linux-headers changes in kisslinux/repo

This commit is contained in:
Dylan Araps 2020-05-03 23:40:34 +03:00
parent f10cdb1938
commit 1b0fc81b41
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 1 deletions

View File

@ -5,8 +5,10 @@ cd "$KISS_ROOT/var/db/kiss/installed/"
for pkg in *; do
case $pkg in
# Exemptions for orphans which aren't really
# orphans. Exclude them from the list.
baseinit|baselayout|gcc|pkgconf|e2fsprogs|musl|\
make|busybox|bzip2|grub|kiss|git|linux-headers)
make|busybox|bzip2|grub|kiss|git)
continue
esac