mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-22 12:35:01 +02:00

Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
post_install() {
|
|
echo -e "\n** The files have been installed in /etc/skel/.mozilla/firefox-esr **\n"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
} |