This commit is contained in:
Julien Lavergne 2010-12-05 23:30:38 +01:00
parent 2938ce2a94
commit 57475c71b2
3 changed files with 3 additions and 3 deletions

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/lubuntu.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/lubuntu.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/lubuntu.conf 0.15 -- "$@"
fi
#DEBHELPER#