summarylogtreecommitdiffstats
path: root/qemu-android-oreo-x86.install
blob: 9d446592091139d1e4de86913358b04c79b376fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
  update-desktop-database -q
  echo "To use, per user:"
  echo "	mkdir ~/.config/android-x86 &&"
  echo "		cp /usr/share/android-x86/config ~/.config/android-x86"
  echo "And then edit the config file to taste."
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}