6 lines
135 B
Text
6 lines
135 B
Text
post_install() {
|
|
cat >&2 <<-EOF
|
|
The binary name has been changed to 'go-task' in order to avoid conflicts
|
|
with community/task.
|
|
EOF
|
|
}
|