Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Update filesystem hook
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Sep 3, 2018
1 parent 3bcdba4 commit 96b1917
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/update-release-files
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions hooks/antergos-filesystem.hook
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Operation = Install
Operation = Upgrade
Type = Package
Target = filesystem
Target = systemd
Target = lsb-release
Target = antergos-alpm-hooks

[Action]
Expand Down

0 comments on commit 96b1917

Please sign in to comment.