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

Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
post_install() {
|
|
echo -e "\n** The files have been installed in /usr/lib/snigdhaos/launch-terminal **\n"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
} |