summarylogtreecommitdiffstats
path: root/qemu-android-oreo-x86.install
diff options
context:
space:
mode:
authorbarfin2021-09-02 16:00:26 +0430
committerbarfin2021-09-02 16:00:26 +0430
commit4d70282894cb3ef8aaa8de951fa1418ffe2c5151 (patch)
tree7408637e2dc2a72d43cc531f8f96eb29a43f8f10 /qemu-android-oreo-x86.install
downloadaur-qemu-android-oreo-x86.tar.gz
first commit
Diffstat (limited to 'qemu-android-oreo-x86.install')
-rw-r--r--qemu-android-oreo-x86.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/qemu-android-oreo-x86.install b/qemu-android-oreo-x86.install
new file mode 100644
index 000000000000..9d4465920911
--- /dev/null
+++ b/qemu-android-oreo-x86.install
@@ -0,0 +1,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
+}
+