mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-28 23:21:53 +00:00
13 lines
295 B
Text
13 lines
295 B
Text
|
# arg 1: the new package version
|
||
|
# arg 2: the old package version
|
||
|
post_upgrade() {
|
||
|
echo ">>> Some initial-tuning-data files have been installed under"
|
||
|
echo ">>> /usr/share/dvb-utils/scan/"
|
||
|
echo ">>> you can use them to generate your channel.conf file"
|
||
|
}
|
||
|
|
||
|
op=$1
|
||
|
shift
|
||
|
|
||
|
$op $*
|