From cd65e63bb95242f5e317507e51d2dc12b01b9c16 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Mon, 6 Dec 2010 00:15:18 +0100 Subject: [PATCH] Move configuration file to etc/xdg/pcmanfm/lubuntu/pcmanfm.conf --- debian/changelog | 2 +- debian/postinst | 2 +- debian/postrm | 2 +- debian/preinst | 2 +- etc/xdg/pcmanfm/lubuntu/{lubuntu.conf => pcmanfm.conf} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename etc/xdg/pcmanfm/lubuntu/{lubuntu.conf => pcmanfm.conf} (100%) diff --git a/debian/changelog b/debian/changelog index 17b0184..74f13f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,7 @@ lubuntu-default-settings (0.16) UNRELEASED; urgency=low * debian/control - Recommends amixer, scrot and galculator for some openbox keybindings. * etc/xdg/pcmanfm/lubuntu.conf - - Move configuration file to etc/xdg/pcmanfm/lubuntu/lubuntu.conf + - Move configuration file to etc/xdg/pcmanfm/lubuntu/pcmanfm.conf (LP: #684796) * debian/postrm,preinst,postinst - Handle the location change for pcmanfm configuration using diff --git a/debian/postinst b/debian/postinst index 548e59c..40a0d8e 100644 --- a/debian/postinst +++ b/debian/postinst @@ -16,7 +16,7 @@ if [ "$1" = configure ]; then fi if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then - dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/lubuntu.conf 0.15 -- "$@" + dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/pcmanfm.conf 0.15 -- "$@" fi #DEBHELPER# diff --git a/debian/postrm b/debian/postrm index 57fc770..390e22c 100644 --- a/debian/postrm +++ b/debian/postrm @@ -3,7 +3,7 @@ set -e if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then - dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/lubuntu.conf 0.15 -- "$@" + dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/pcmanfm.conf 0.15 -- "$@" fi #DEBHELPER# diff --git a/debian/preinst b/debian/preinst index 57fc770..390e22c 100644 --- a/debian/preinst +++ b/debian/preinst @@ -3,7 +3,7 @@ set -e if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then - dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/lubuntu.conf 0.15 -- "$@" + dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/pcmanfm.conf 0.15 -- "$@" fi #DEBHELPER# diff --git a/etc/xdg/pcmanfm/lubuntu/lubuntu.conf b/etc/xdg/pcmanfm/lubuntu/pcmanfm.conf similarity index 100% rename from etc/xdg/pcmanfm/lubuntu/lubuntu.conf rename to etc/xdg/pcmanfm/lubuntu/pcmanfm.conf