diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2013-10-21 22:47:56 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:02:21 +0200 |
commit | e1f42a70120a65678828bdc5312e7f87768571cb (patch) | |
tree | 6e3d4718cb37138a37728ebc00a576bc30ab93f5 /clean.install | |
download | pkgbuilds-e1f42a70120a65678828bdc5312e7f87768571cb.tar.xz |
clean: Adopted package
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: |