Move configuration file to etc/xdg/pcmanfm/lubuntu/pcmanfm.conf
This commit is contained in:
parent
57475c71b2
commit
cd65e63bb9
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
2
debian/postinst
vendored
@ -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
2
debian/postrm
vendored
@ -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
2
debian/preinst
vendored
@ -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#
|
||||
|
Loading…
x
Reference in New Issue
Block a user