Remove check for pcmanfm conf file in home directory, pcmanfm2 handle

it correctly.
This commit is contained in:
Julien Lavergne 2010-06-12 14:45:17 +02:00
parent e338fb6a27
commit 35d89dee86
2 changed files with 2 additions and 7 deletions

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ lubuntu-default-settings (0.9) UNRELEASED; urgency=low
lxpanel doesn't support it. (See #589763)
- Add a new binary lubuntu-common, which is used by all startlubuntu*
binary. (LP: #579524).
- Remove check for pcmanfm conf file in home directory, pcmanfm2 handle
it correctly.
-- Julien Lavergne <gilir@ubuntu.com> Sat, 12 Jun 2010 14:25:48 +0200

View File

@ -25,13 +25,6 @@ then
fi
export XDG_DATA_DIRS
# Ensure the existance of pcmanfm config file
PCMANFM_CONF_DIR="$XDG_CONFIG_HOME/pcmanfm"
if [ ! -f "$PCMANFM_CONF_DIR/main.lubuntu" ]; then
mkdir -p "$PCMANFM_CONF_DIR"
cp /usr/share/lubuntu/pcmanfm/main.lubuntu "$PCMANFM_CONF_DIR/main.lubuntu"
fi
# Ensure the existance of openbox config file
OPENBOX_CONF_DIR="$XDG_CONFIG_HOME/openbox"
if [ ! -f "$OPENBOX_CONF_DIR/lubuntu-rc.xml" ]; then