blob: 2b58b0b5a2a0047b1870684279e4a45f6cd9266d (
plain)
1
2
3
4
5
6
7
|
## arg 1: the new package version
post_upgrade() {
echo "To enable IP location lookup, you need to download"
echo "qqwry.dat (from eg. http://www.cz88.net/fox/) and"
echo "install it as ~/.pcmanx/qqwry.dat (case sensitive)."
}
|