diff options
Diffstat (limited to 'clean.install')
-rw-r--r-- | clean.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/clean.install b/clean.install new file mode 100644 index 0000000..3a9e6fc --- /dev/null +++ b/clean.install @@ -0,0 +1,10 @@ +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" +} + +# vim: set ts=4 sw=4 noet: |