blob: 5cd554681ca5f73907e08dfcdd57fa4f69a2337c (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "This package installs it's binaries to /opt/clean/bin/. If you wish to use"
echo "them directly please add that directory to your \$PATH variable"
}
post_remove() {
echo "Remember to remove /opt/clean/bin/ from your path if you decided to add it"
}
|