mirror of
https://aur.archlinux.org/archey4.git
synced 2025-06-19 16:00:14 +02:00
Installs and loads AppArmor profile
This commit is contained in:
3
PKGBUILD
3
PKGBUILD
@ -45,6 +45,9 @@ package() {
|
||||
# Configuration file.
|
||||
install -D -m0644 config.json "${pkgdir}/etc/${pkgname}/config.json"
|
||||
|
||||
# AppArmor profile.
|
||||
install -D -m0644 config.json "${pkgdir}/etc/apparmor.d/usr.bin.${pkgname}"
|
||||
|
||||
# Manual page.
|
||||
install -D -m0644 dist/archey.1 "${pkgdir}/usr/share/man/man1/archey.1"
|
||||
|
||||
|
Reference in New Issue
Block a user