diff --git a/debian/postinst b/debian/postinst index 10d313b..548e59c 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/lubuntu.conf 0.15 -- "$@" fi #DEBHELPER# diff --git a/debian/postrm b/debian/postrm index 1253c24..57fc770 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/lubuntu.conf 0.15 -- "$@" fi #DEBHELPER# diff --git a/debian/preinst b/debian/preinst index 1253c24..57fc770 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/lubuntu.conf 0.15 -- "$@" fi #DEBHELPER#