updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / machinarium / machinarium.install
blob547690a6d244e8eb8d197d7816051f08e956ffcc
1 post_install() {
2   gtk-update-icon-cache
4   [[ $CARCH == 'x86_64' ]] && echo "Don't forget to install the lib32 packages of your gtk engines."
5   echo "\
6  \t ALTERNATIVE startup: \
7  \t\t open your browser and go to /usr/share/games/machinarium/machinarium-browser.swf \
10   echo "Mouse slowness hack: \
11  \t\t*right-click Settings > first tab, Disable HW accel\
12  \t\t*second tab: just click on Advanced button, this will as a side-effect make game in windowed mode\
13  \t\t*now you can under (window menu)Controls>Quality>set some lower"
16 post_upgrade() {
17   gtk-update-icon-cache
20 post_remove() {
21   gtk-update-icon-cache
24 # vim:set ts=2 sw=2 et: