summarylogtreecommitdiffstats
path: root/yuzu-mainline-git.install
blob: cd28f41878f85443333a422f9524a7e09a3ded76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
post_install() {
cat << EOF
=============================================================================
Remember to rebuild yuzu-mainline-git periodically to get the latest changes.
If you are to keep your build files, building a newer version should 
take significantly shorter time.

Notice: Make sure yuzu is running under x11, as not all vsync features are
available under wayland, and can lead to degraded performance on graphically
limited systems.
=============================================================================
EOF
}

post_upgrade() {
cat << EOF
=============================================================================
Remember to rebuild yuzu-mainline-git periodically to get the latest changes.
If you are to keep your build files, building a newer version should 
take significantly shorter time.

Notice: Make sure yuzu is running under x11, as not all vsync features are
available under wayland, and can lead to degraded performance on graphically
limited systems.
=============================================================================
EOF
}