updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gtvg / gtvg.install
blobee621356f6b6226b2e2d2cf0ea181cf9d4bac80d
1 pkgname=gtvg
3 post_install() {
4   cat << EOF
6 gTVG TV Guide requires an external backend to retrieve TV listings 
7 (e.g. XMLTV  or nxtvepg). Please install your favourite.
9 EOF
11   usr/sbin/gconfpkg --install ${pkgname}
12   update-desktop-database -q
13   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
16 pre_upgrade() {
17   pre_remove $1
20 post_upgrade() {
21   post_install $1
24 pre_remove() {
25   usr/sbin/gconfpkg --uninstall ${pkgname}
28 post_remove() {
29   update-desktop-database -q
30   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor