Move configuration file to etc/xdg/pcmanfm/lubuntu/pcmanfm.conf

This commit is contained in:
Julien Lavergne 2010-12-06 00:15:18 +01:00
parent 57475c71b2
commit cd65e63bb9
5 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

@ -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

2
debian/postinst vendored
View File

@ -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#

2
debian/postrm vendored
View File

@ -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#

2
debian/preinst vendored
View File

@ -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#