# Notify the script about the config dir
export ANANICY_DIR="/etc/ananicy.d"

abinfo "Installing ananicy rules..."
install -Dvm644 "$SRCDIR"/{00-cgroups.cgroups,00-types.types,ananicy.conf} \
    -t "$PKGDIR"/"$ANANICY_DIR"

abinfo "Installing ananicy configs..."
cp -av "$SRCDIR"/00-default "$PKGDIR"/"$ANANICY_DIR"
