blob: 9c4c9cc57179d423d2b7bfaaea79e994648814af (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo " -> copy all files from /usr/share/echinus/examples to ~/.echinus"
echo " -> see /usr/share/doc/echinus/README and 'man echinus' for details"
}
post_upgrade() {
post_install $1
}
|