summarylogtreecommitdiffstats
path: root/ourico.install
diff options
context:
space:
mode:
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: