parent
b88e96e2a4
commit
2c902b3478
@ -1,2 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Hidden=true
|
@ -1 +0,0 @@
|
||||
usr/share/lightdm/lightdm.conf.d/20-lubuntu.conf
|
@ -1 +0,0 @@
|
||||
/etc/lxdm
|
@ -1,25 +0,0 @@
|
||||
etc/lightdm/
|
||||
etc/xdg/lubuntu/applications/
|
||||
etc/xdg/lubuntu/libfm/
|
||||
etc/xdg/lubuntu/lxdm/
|
||||
etc/xdg/lubuntu/lxterminal/
|
||||
etc/xdg/lubuntu/menus/lxde-applications.menu
|
||||
etc/xdg/lubuntu/menus/lxgames-applications.menu
|
||||
etc/xdg/lxsession/Lubuntu-Netbook/
|
||||
etc/xdg/lxsession/Lubuntu/
|
||||
etc/xdg/pcmanfm/
|
||||
etc/xdg/xdg-Lubuntu/
|
||||
usr/bin/
|
||||
usr/share/applications/lubuntu-logout.desktop
|
||||
usr/share/applications/lubuntu-screenlock.desktop
|
||||
usr/share/gdm/
|
||||
usr/share/lubuntu/leafpad/
|
||||
usr/share/lubuntu/openbox/menu.xml
|
||||
usr/share/lubuntu/openbox/rc.xml
|
||||
usr/share/lubuntu/pcmanfm/
|
||||
usr/share/lubuntu/qt/Trolltech.conf
|
||||
usr/share/lubuntu/xscreensaver/
|
||||
usr/share/lxpanel/profile/Lubuntu/
|
||||
usr/share/upstart/sessions/
|
||||
usr/share/xsessions/Lubuntu.desktop
|
||||
usr/share/xsessions/QLubuntu.desktop
|
@ -1 +0,0 @@
|
||||
etc/xdg/xdg-Lubuntu etc/xdg/xdg-QLubuntu
|
@ -1,26 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
set -e
|
||||
|
||||
# Remove alternative file if it's not a symlink, workaround for broken upgrade
|
||||
# See bug #625485
|
||||
if [ -f /etc/alternatives/lxdm.conf ] ; then
|
||||
if [ ! -h "/etc/alternatives/lxdm.conf" ] ; then
|
||||
rm -f "/etc/alternatives/lxdm.conf"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$1" = "configure" ] ; then
|
||||
update-alternatives --install /etc/lxdm/default.conf \
|
||||
lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf 60
|
||||
fi
|
||||
|
||||
if dpkg-maintscript-helper supports mv_conffile; then
|
||||
dpkg-maintscript-helper mv_conffile \
|
||||
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf \
|
||||
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf \
|
||||
0.44 -- "$@"
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
exit 0
|
@ -1,14 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if dpkg-maintscript-helper supports mv_conffile; then
|
||||
dpkg-maintscript-helper mv_conffile \
|
||||
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf \
|
||||
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf \
|
||||
0.44 -- "$@"
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
@ -1,14 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if dpkg-maintscript-helper supports mv_conffile; then
|
||||
dpkg-maintscript-helper mv_conffile \
|
||||
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf \
|
||||
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf \
|
||||
0.44 -- "$@"
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" = "remove" ] ; then
|
||||
update-alternatives --remove lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
exit 0
|
@ -1,12 +0,0 @@
|
||||
etc/xdg/lubuntu/menus/desktop-directories/lxqt-settings.directory
|
||||
etc/xdg/lubuntu/menus/lubuntu-nexus7-applications.menu
|
||||
etc/xdg/lubuntu/pcmanfm-qt/
|
||||
etc/xdg/lxsession/LX-Games/
|
||||
etc/xdg/lxsession/Lubuntu-Nexus7/
|
||||
etc/xdg/lxsession/QLubuntu/
|
||||
usr/share/lubuntu/openbox/nexus-rc.xml
|
||||
usr/share/lubuntu/qt/Trolltech-qt-session.conf
|
||||
usr/share/lxpanel/profile/Lubuntu-Nexus7/
|
||||
usr/share/xsessions/lubuntu-nexus7.desktop
|
||||
usr/share/xsessions/lxgames.desktop
|
||||
usr/share/xsessions/Lubuntu-Netbook.desktop
|
@ -1,5 +0,0 @@
|
||||
mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/pcmanfm.conf 0.15
|
||||
rm_conffile /etc/lightdm/lightdm.conf.d/20-lubuntu.conf 0.40
|
||||
rm_conffile /etc/lightdm/lightdm.conf.d/20-lubuntu-nexus7.conf 0.40
|
||||
rm_conffile /etc/lightdm/lightdm.conf.d/20-lxgames.conf 0.40
|
||||
rm_conffile /etc/lightdm/lightdm.conf.d/20-qlubuntu.conf 0.40
|
@ -1 +0,0 @@
|
||||
usr/share/lightdm/lightdm.conf.d/20-qlubuntu.conf
|
Loading…
Reference in new issue