mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
12 lines
390 B
Text
12 lines
390 B
Text
post_install() {
|
|
echo "Copy /etc/contactinfo.example to /etc/contactinfo and adjust it to your preferences."
|
|
echo "You must update /etc/mkinitcpio.conf"
|
|
echo "Add 'contactinfo' to the HOOKS array"
|
|
echo "Run: mkinitcpio -P"
|
|
}
|
|
|
|
pre_remove() {
|
|
echo "You must update /etc/mkinitcpio.conf"
|
|
echo "Remove 'contactinfo' from the HOOKS array"
|
|
echo "Run: mkinitcpio -P"
|
|
}
|