Files
snigdhaos-pkgbuilds/archive/snigdhaos-bootloader-grub/snigdhaos-bootloader-grub.install
CELESTIFYX 08abac9e7d
Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
Refactoring repository...
2025-01-14 19:02:06 +02:00

15 lines
588 B
Plaintext

post_install() {
echo -e "\nAll the files have been successfully installed in /etc/pacman.d/hooks/\n"
echo -e "To verify the installed hooks, you can use the following command:\n"
echo -e " ls -l /etc/pacman.d/hooks/\n"
echo -e "Make sure your pacman hooks are functioning as expected for optimal performance.\n"
}
post_upgrade() {
echo -e "\nUpgrade successful.\n"
post_install
echo -e "If you have customized configurations, ensure they are up-to-date. You can use:\n"
echo -e " pacdiff\n"
echo -e "To review and merge configuration changes.\n"
}