blob: 0d2cd98502001d9e75a0bedb5dac3e4dccf335d5 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo -e "############################################"
echo -e "## fm6000 was installed in your computer ##"
echo -e "############################################"
}
post_upgrade() {
post_install
}
|