summarylogtreecommitdiffstats
path: root/dynamic-wallpaper-mojave-kde-git.install
blob: b2cf26b9b2a0f6126cd76920e05c07d9923ac438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
cat << EOT

==================================================================================

Select "Dynamic" wallpaper type, put your real coordinates and your timer.
For the timed version,
you must sync your system clock time (presented both in local time and UTC) as well as the RTC (hardware clock).
Consult https://wiki.archlinux.org/index.php/System_time & https://wiki.archlinux.org/index.php/OpenNTPD

==================================================================================

EOT
}


post_upgrade() {
 post_install
}