updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / kydpdict / kydpdict.install
blobf8ad27310606876d90c8b9305eeb57b130433a38
1 # arg 1:  the new package version
2 pre_install() {
3   /bin/true
6 # arg 1:  the new package version
7 post_install() {
8   echo
9   echo "Oxford sound files support included. Follow these steps to use it:"
10   echo "1. Copy wave.wol and wave.000 to /usr/share/kydpdict."
11   echo "2. Use exwaves to get sound files in /usr/share/kydpdict/wave."
12   echo "3. Configure kydpdict to read sounds from /usr/share/kydpdict/wave."
13   echo "4. Set mpg321 as audio player (run 'pacman -S mpg321' if you don't have it)."
14   echo "5. Remove wave.wol and wave.000."
15   echo
18 # arg 1:  the new package version
19 # arg 2:  the old package version
20 post_upgrade() {
21   post_install