Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 8acd8d4f726ede55514a6ff2f2e7150d > scriptlet

vdr-plugin-avolctl-0.3a-6mdv2007.0.i586.rpm

POSTIN

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

POSTUN

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