diff options
Diffstat (limited to 'desktop/lxde-common/doinst.sh')
-rw-r--r-- | desktop/lxde-common/doinst.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/lxde-common/doinst.sh b/desktop/lxde-common/doinst.sh index 98f0e082df..558bc15c75 100644 --- a/desktop/lxde-common/doinst.sh +++ b/desktop/lxde-common/doinst.sh @@ -14,6 +14,8 @@ config() { config etc/xdg/lxsession/LXDE/desktop.conf.new config etc/xdg/lxsession/LXDE/autostart.new config etc/xdg/pcmanfm/LXDE/pcmanfm.conf.new +config etc/xdg/lxpanel/LXDE/panels/panel.new +config etc/xdg/lxpanel/LXDE/config.new if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |