From 57475c71b29debf0a4960452ec79adb5260cbd80 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Sun, 5 Dec 2010 23:30:38 +0100 Subject: [PATCH] Typo --- debian/postinst | 2 +- debian/postrm | 2 +- debian/preinst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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#