Files
snigdhaos-pkgbuilds/snigdhaos-bootloader-grub/snigdhaos-bootloader-grub.install
2024-05-14 02:46:24 +05:30

7 lines
130 B
Plaintext

post_install(){
echo -e "\n All the files has been installed on /etc/pacman.d/hooks/ \n"
}
post_upgrade(){
post_install
}