summarylogtreecommitdiffstats
path: root/xencelabs.install
diff options
context:
space:
mode:
Diffstat (limited to 'xencelabs.install')
-rw-r--r--xencelabs.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/xencelabs.install b/xencelabs.install
new file mode 100644
index 000000000000..acd6a5712a84
--- /dev/null
+++ b/xencelabs.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "--------------------------------------------------------------------------------"
+ echo "WARNING: Make sure you create the folder ~/.local/share/xencelabs/"
+ echo "WARNING: and copy the contents of /usr/lib/xencelabs/config/ into it."
+ echo "WARNING: xencelabs will not work unless you do this."
+ echo "--------------------------------------------------------------------------------"
+}
+
+post_upgrade() {
+ post_install
+}