blob: d56340975a08a515eafb0dd2263462ff1bb7b736 (
plain)
1
2
3
4
5
|
post_install() {
echo "Oxeylyzer assets have been installed to /usr/lib/oxeylyzer"
echo "You may wish to copy these to a local folder then run \`oxeylyzer\` within it."
echo "E.g. using \`cp -r /usr/lib/oxeylyzer/ my-layout-1/\`"
}
|