aboutsummaryrefslogtreecommitdiffstats
path: root/clean.install
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-10-21 22:47:56 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:02:21 +0200
commite1f42a70120a65678828bdc5312e7f87768571cb (patch)
tree6e3d4718cb37138a37728ebc00a576bc30ab93f5 /clean.install
downloadpkgbuilds-e1f42a70120a65678828bdc5312e7f87768571cb.tar.xz
clean: Adopted package
Diffstat (limited to 'clean.install')
-rw-r--r--clean.install10
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: