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