diff options
Diffstat (limited to 'ubuntu/maverick_automake/kdelibs/debian/kdelibs-data-kde3.preinst')
-rw-r--r-- | ubuntu/maverick_automake/kdelibs/debian/kdelibs-data-kde3.preinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick_automake/kdelibs/debian/kdelibs-data-kde3.preinst b/ubuntu/maverick_automake/kdelibs/debian/kdelibs-data-kde3.preinst index cbc832186..3f9403736 100644 --- a/ubuntu/maverick_automake/kdelibs/debian/kdelibs-data-kde3.preinst +++ b/ubuntu/maverick_automake/kdelibs/debian/kdelibs-data-kde3.preinst @@ -10,7 +10,7 @@ case "$1" in rm -f /etc/kde3/colors/40\ Colors rm -f /etc/kde3/colors/Royal rm -f /etc/kde3/colors/Web - rm -f /etc/kde3/ktexteditor_autobookmarkerrc + rm -f /etc/kde3/tdetexteditor_autobookmarkerrc [ -f "$FILE" ] || exit 0 MD5SUMOLD=`md5sum $FILE | awk '{print $1}'` if dpkg --compare-versions "$2" lt "4:3.4.0-0pre5"; then |