#!/bin/sh # postinst script for lliurex-flashplugin # set -e VARIANTS="iceape iceweasel mozilla firefox xulrunner midbrowser xulrunner-addons" case "$1" in configure) if test -e /etc/xdg/autostart/gnome-session.desktop; then rm -f /etc/xdg/autostart/gnome-session.desktop fi ;; esac #DEBHELPER# exit 0