blob: 5f96a85bf19a268e4253917bbf795a791852aea9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo " ==> Groops detects optional dependencies at compile time. If you"
echo " ==> want to use them, you must recompile groops after installing"
echo " ==> these dependencies. You will probably want the groopsgui-git"
echo " ==> package as well. Post-installation guide and info at"
echo " ==> https://github.com/groops-devs/groops."
}
post_upgrade() {
post_install $1 $2
}
|