updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / me-tv2-bzr / me-tv2-bzr.install
blob65a9b07ab8082ddf9008f4dc7fd0f909ac9b594d
1 # arg 1:  the new package version
2 post_install() {
3   echo " > me-tv now scans for the channels by itself and doesn't require an existing"
4   echo " > channels.conf anymore."
5   echo " >"
6   echo " > You should create or edit an initial tuning file for your location in"
7   echo " > /usr/share/dvb-utils/scan/... first."
8   echo " >"
9   echo " > If you encounter any problems at the first start, try to remove the directory"
10   echo " > ~/.me-tv."
11   /bin/true
14 # arg 1:  the new package version
15 # arg 2:  the old package version
16 post_upgrade() {
17   post_install $1
18   /bin/true
21 op=$1
22 shift
23 $op $*