diff --git a/bin/update-release-files b/bin/update-release-files index 16c7bf7..7147eee 100755 --- a/bin/update-release-files +++ b/bin/update-release-files @@ -12,3 +12,12 @@ HOME_URL="https://antergos.com/" SUPPORT_URL="https://forum.antergos.com/" BUG_REPORT_URL="https://github.com/antergos" __EOF__ + +if [[ -f /etc/lsb-release ]]; then + cat << __EOF__ > /etc/lsb-release +LSB_VERSION=1.4 +DISTRIB_ID=Antergos +DISTRIB_RELEASE=rolling +DISTRIB_DESCRIPTION="Antergos Linux" +__EOF__ +fi diff --git a/hooks/antergos-filesystem.hook b/hooks/antergos-filesystem.hook index 6afdbb1..0628c67 100644 --- a/hooks/antergos-filesystem.hook +++ b/hooks/antergos-filesystem.hook @@ -3,6 +3,8 @@ Operation = Install Operation = Upgrade Type = Package Target = filesystem +Target = systemd +Target = lsb-release Target = antergos-alpm-hooks [Action]