Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > cd47d7524db80739a7ac70d8d51b52fa > scriptlet

flphoto-1.3.1-3mdv2008.1.x86_64.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ -x /usr/bin/gtk-update-icon-cache ]; then 
/usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor || true; fi 
update-alternatives --install /etc/dynamic/launchers/camera/kde.desktop camera.kde.dynamic /etc/dynamic/launchers/camera/flphoto.desktop 60
update-alternatives --install /etc/dynamic/launchers/camera/gnome.desktop camera.gnome.dynamic /etc/dynamic/launchers/camera/flphoto.desktop 60

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ -x /usr/bin/gtk-update-icon-cache -a -r /usr/share/icons/hicolor/index.theme ]; then 
/usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor || true ; fi 
if [ $1 = 0 ]; then
  update-alternatives --remove camera.kde.dynamic /etc/dynamic/launchers/camera/flphoto.desktop
  update-alternatives --remove camera.gnome.dynamic /etc/dynamic/launchers/camera/flphoto.desktop
fi