blob: d4514505d9837a311aaaf7fd9b4bc719601c4ddc (
plain)
1
2
3
4
5
6
7
8
|
post_remove() {
echo -e "\n >>> All files created after installation are in the /opt/opensimulator."
echo -e " >>> If you want, you may delete them manually."
}
post_install() {
echo -e "\n >>> The example OpenSim configuration is set up on initial install, modified to use a quick start standalone architecture."
}
|