blob: 257c64ee79279955e62ff05291b38c0418719695 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo -e "##########################################################################################"
echo -e "## The configs for the scripts can be found in /etc/neon-os-scripts-git/.config/ ##"
echo -e "##########################################################################################"
}
post_upgrade() {
post_install
}
|