Move pcmanfm conf in correct place

Remove useless cp in start*
ubuntu/bionic
Julien Lavergne 14 years ago
parent faf51c6460
commit 8064dfccf3

1
debian/changelog vendored

@ -3,7 +3,6 @@ lubuntu-default-settings (0.7) UNRELEASED; urgency=low
* debian/control: Depends on the re-written pcmanfm2 (>= 0.7.0)
* autostart:
- Use new pcmanfm --desktop command to start pcmanfm with desktop management
- Ensure configuration files for libfm and pcmanfm2.
* Use pcmanfm2.desktop in lxpanel panel settings.
* usr/bin/start* :
- Install a custom preferences file for Chromium.

@ -29,18 +29,6 @@ if [ ! -f "$PCMANFM_CONF_DIR/main.lubuntu" ]; then
cp /usr/share/lubuntu/pcmanfm/main.lubuntu "$PCMANFM_CONF_DIR/main.lubuntu"
fi
if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then
mkdir -p "$PCMANFM_CONF_DIR"
cp /etc/xdg/lubuntu/pcmanfm/pcmanfm.conf "$PCMANFM_CONF_DIR/pcmanfm.conf"
fi
# Ensure the existance of pcmanfm config file
LIBFM_CONF_DIR="$XDG_CONFIG_HOME/libfm"
if [ ! -f "$LIBFM_CONF_DIR/libfm.conf" ]; then
mkdir -p "$LIBFM_CONF_DIR"
cp /etc/xdg/lubuntu/libfm/libfm.conf "$LIBFM_CONF_DIR/libfm.conf"
fi
# Ensure the existance of openbox config file
OPENBOX_CONF_DIR="$XDG_CONFIG_HOME/openbox"
if [ ! -f "$OPENBOX_CONF_DIR/lubuntu-rc.xml" ]; then

@ -29,18 +29,6 @@ if [ ! -f "$PCMANFM_CONF_DIR/main.lubuntu" ]; then
cp /usr/share/lubuntu/pcmanfm/main.lubuntu "$PCMANFM_CONF_DIR/main.lubuntu"
fi
if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then
mkdir -p "$PCMANFM_CONF_DIR"
cp /usr/share/lubuntu/pcmanfm/pcmanfm.conf "$PCMANFM_CONF_DIR/pcmanfm.conf"
fi
# Ensure the existance of pcmanfm config file
LIBFM_CONF_DIR="$XDG_CONFIG_HOME/libfm"
if [ ! -f "$LIBFM_CONF_DIR/libfm.conf" ]; then
mkdir -p "$LIBFM_CONF_DIR"
cp /etc/xdg/lubuntu/libfm/libfm.conf "$LIBFM_CONF_DIR/libfm.conf"
fi
# Ensure the existance of openbox config file
OPENBOX_CONF_DIR="$XDG_CONFIG_HOME/openbox"
if [ ! -f "$OPENBOX_CONF_DIR/lubuntu-rc.xml" ]; then

Loading…
Cancel
Save