Sophie
About
Sophie 0.1.8
vdr-plugin-xineliboutput-1.0.1-1mdv2009.0.x86_64.rpm

Mandriva:

VDR plugin: X11/xine-lib output plugin

POSTIN: #!/bin/sh

if [ "$1" = "1" ] && [ -e /etc/rc.d/init.d/vdr ]; then /sbin/service vdr plugin_install xineliboutput; fi

POSTUN: #!/bin/sh

if [ -e /etc/rc.d/init.d/vdr ]; then if [ "$1" = "0" ]; then /sbin/service vdr plugin_remove xineliboutput; else /sbin/service vdr plugin_upgrade xineliboutput; fi; fi

Perl :: Catalyst :: PostgreSQL :: PostgreSQL