Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 409c0afa1ab6e06671e7f73b448acdcf > scriptlet

vdr-plugin-beep-0.0.6-7mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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