summarylogtreecommitdiffstats
path: root/shadowgrounds-survivor.install
diff options
context:
space:
mode:
Diffstat (limited to 'shadowgrounds-survivor.install')
-rw-r--r--shadowgrounds-survivor.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/shadowgrounds-survivor.install b/shadowgrounds-survivor.install
new file mode 100644
index 000000000000..bfe79f39db2f
--- /dev/null
+++ b/shadowgrounds-survivor.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat <<EOF
+This package uses lib32-gtk2, which is easy to have misconfigured. If the GUI
+does not show up, make sure you have installed the lib32 version of your GTK+
+theme. For example: lib32-gtk-engines, lib32-gtk-engine-equinox, or
+lib32-gtk-engine-murrine
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}