blob: 97fb2df2178593db024bb91ac975177a76081844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pre_install() {
cat <<EOM
== IMPORTANT NOTICE ==
Check for data updates regularly using the command 'ryzomdata-update.sh'.
If you encounter any bug using that script, please report it (see links below)
and assign your report to shackra (which is me, the actual package maintainer).
Report any bug on:
* https://labs.parabola.nu
EOM
}
pre_upgrade() {
pre_install
}
# vim:set ts=2 sw=2 et:
# PS: vim sucks, Attn: Shackra, an EMACS user.
|