summarylogtreecommitdiffstats
path: root/dbschema.install
blob: 86527fd7ba1d02f66de079a513f59e0aac5dbfd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}