* etc/xdg/pcmanfm/lubuntu.conf
- Move configuration file to etc/xdg/pcmanfm/lubuntu/lubuntu.conf * debian/postrm,preinst,postinst - Handle the location change for pcmanfm configuration using dpkg-maintscript-helper.
This commit is contained in:
parent
319f377398
commit
694056d1cc
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -5,7 +5,12 @@ lubuntu-default-settings (0.16) UNRELEASED; urgency=low
|
|||||||
* usr/share/lubuntu/openbox/rc.xml:
|
* usr/share/lubuntu/openbox/rc.xml:
|
||||||
- Remove some unused code.
|
- Remove some unused code.
|
||||||
* debian/control
|
* debian/control
|
||||||
- Recommends amixer, scrot and galculator for some openbox keybindings.
|
- Recommends amixer, scrot and galculator for some openbox keybindings.
|
||||||
|
* etc/xdg/pcmanfm/lubuntu.conf
|
||||||
|
- Move configuration file to etc/xdg/pcmanfm/lubuntu/lubuntu.conf
|
||||||
|
* debian/postrm,preinst,postinst
|
||||||
|
- Handle the location change for pcmanfm configuration using
|
||||||
|
dpkg-maintscript-helper.
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@ubuntu.com> Sun, 05 Dec 2010 18:56:49 +0100
|
-- Julien Lavergne <gilir@ubuntu.com> Sun, 05 Dec 2010 18:56:49 +0100
|
||||||
|
|
||||||
|
4
debian/postinst
vendored
4
debian/postinst
vendored
@ -15,5 +15,9 @@ if [ "$1" = configure ]; then
|
|||||||
lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf 60
|
lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf 60
|
||||||
fi
|
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 -- "$@"
|
||||||
|
fi
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
exit 0
|
exit 0
|
||||||
|
10
debian/postrm
vendored
Normal file
10
debian/postrm
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
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 -- "$@"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
exit 0
|
10
debian/preinst
vendored
Normal file
10
debian/preinst
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
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 -- "$@"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
exit 0
|
Loading…
x
Reference in New Issue
Block a user