summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
authortrizen2015-06-17 13:28:28 +0300
committertrizen2015-06-17 13:28:28 +0300
commitfb5a6d6ac22004dd5b988902e1027a838a7137d6 (patch)
treed0f664e76cbc1bf486291575b1c8dcda91d41fb9 /readme.install
downloadaur-fb5a6d6ac22004dd5b988902e1027a838a7137d6.tar.gz
Initial commit
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.install b/readme.install
new file mode 100644
index 000000000000..7f01dda3e4b3
--- /dev/null
+++ b/readme.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo -e "\n** The schema file has been installed as: /etc/xdg/menutray/schema.pl\n"
+}
+
+post_upgrade() {
+ post_install
+}