summarylogtreecommitdiffstats
path: root/ourico.install
diff options
context:
space:
mode:
authorBrian Bidulock2015-06-10 04:25:47 -0600
committerBrian Bidulock2015-06-10 04:25:47 -0600
commit177694293e1ed30cd83e75716fdead3bd60b62a1 (patch)
tree4c66083aaab1f4de1f046909da1e7e76232cee64 /ourico.install
downloadaur-177694293e1ed30cd83e75716fdead3bd60b62a1.tar.gz
initial version
Diffstat (limited to 'ourico.install')
-rw-r--r--ourico.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/ourico.install b/ourico.install
new file mode 100644
index 000000000000..f1c91ea41a81
--- /dev/null
+++ b/ourico.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo " -> copy /etc/xdg/ourico/ouricorc to ~/.ouricorc"
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et: