summarylogtreecommitdiffstats
path: root/oyepa.install
diff options
context:
space:
mode:
authoréclairevoyant2023-03-17 01:54:04 -0400
committeréclairevoyant2023-03-17 01:54:04 -0400
commit9b1d0731686cf4a76b24e96ad219b9293f618744 (patch)
treeb40bfa5de1efd7aadca4da23fa0371fc2deb177f /oyepa.install
parent2c51a43591a5d3b329f26ac76b8d349dcdb720e2 (diff)
downloadaur-oyepa.tar.gz
oyepa: create install file; clean up packaging, sources
Diffstat (limited to 'oyepa.install')
-rw-r--r--oyepa.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/oyepa.install b/oyepa.install
new file mode 100644
index 000000000000..18050ebae003
--- /dev/null
+++ b/oyepa.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Create the file ~/.oyepa/dirs with directories to watch. See /usr/share/oyepa/README for more info."
+}
+
+post_upgrade() {
+ post_install
+}