Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 2f453517f80d7765e8c04f1688a6ffe0 > scriptlet

vdr-plugin-playlist-0.0.2-0.rc3.5mdv2007.0.i586.rpm

POSTIN

/bin/sh
if [ "$1" = "1" ]; then /sbin/service vdr plugin_install playlist; fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then /sbin/service vdr plugin_remove playlist; else /sbin/service vdr plugin_upgrade playlist; fi