summarylogtreecommitdiffstats
path: root/dbschema.install
diff options
context:
space:
mode:
Diffstat (limited to 'dbschema.install')
-rw-r--r--dbschema.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/dbschema.install b/dbschema.install
new file mode 100644
index 000000000000..86527fd7ba1d
--- /dev/null
+++ b/dbschema.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ echo "Before run DbSchema you need to change your JRE version to 8"
+ echo "For example: sudo archlinux-java set java-8-openjdk"
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}