|
|
@ -10,6 +10,10 @@ if [ -f /etc/alternatives/lxdm.conf ] ; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
|
|
|
|
|
|
|
|
dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/pcmanfm.conf 0.15 -- "$@"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ "$1" = configure ]; then
|
|
|
|
if [ "$1" = configure ]; then
|
|
|
|
update-alternatives --install /etc/lxdm/default.conf \
|
|
|
|
update-alternatives --install /etc/lxdm/default.conf \
|
|
|
|
lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf 60
|
|
|
|
lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf 60
|
|
|
@ -24,9 +28,5 @@ case "$1" in
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
|
|
|
|
|
|
|
|
dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/pcmanfm.conf 0.15 -- "$@"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#DEBHELPER#
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|
|
|
|
exit 0
|
|
|
|