Fix pcmanfm.conf cp typo

ubuntu/bionic
Julien Lavergne 15 years ago
parent 967c3077e0
commit e9d898be23

@ -31,7 +31,7 @@ fi
if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then
mkdir -p "$PCMANFM_CONF_DIR" mkdir -p "$PCMANFM_CONF_DIR"
cp /usr/share/lubuntu/pcmanfm/main.lubuntu "$PCMANFM_CONF_DIR/pcmanfm.conf" cp /usr/share/lubuntu/pcmanfm/pcmanfm.conf "$PCMANFM_CONF_DIR/pcmanfm.conf"
fi fi
# Ensure the existance of pcmanfm config file # Ensure the existance of pcmanfm config file

@ -31,7 +31,7 @@ fi
if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then
mkdir -p "$PCMANFM_CONF_DIR" mkdir -p "$PCMANFM_CONF_DIR"
cp /usr/share/lubuntu/pcmanfm/main.lubuntu "$PCMANFM_CONF_DIR/pcmanfm.conf" cp /usr/share/lubuntu/pcmanfm/pcmanfm.conf "$PCMANFM_CONF_DIR/pcmanfm.conf"
fi fi
# Ensure the existance of pcmanfm config file # Ensure the existance of pcmanfm config file

Loading…
Cancel
Save