summarylogtreecommitdiffstats
path: root/openlp.install
diff options
context:
space:
mode:
Diffstat (limited to 'openlp.install')
-rw-r--r--openlp.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/openlp.install b/openlp.install
new file mode 100644
index 000000000000..f6b57714e145
--- /dev/null
+++ b/openlp.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "Please logout and back in or source /etc/profile.d/openlp.sh"
+ echo "if you're going to be using impress presentations in openlp."
+ update-desktop-database -q
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ update-desktop-database -q
+}