diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 15:25:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 15:25:21 -0600 |
commit | 469a2fea7abec99022999bfd31e6d81c9364e325 (patch) | |
tree | 9b26af63d79d8c6b35efbd5dc48fe7bf85c82986 /ubuntu/maverick_automake/kdelibs/debian/kdelibs-data-kde3.preinst | |
parent | 51bd98a34517e658bbaab01a523d4d3f99ed509d (diff) | |
download | tde-packaging-469a2fea7abec99022999bfd31e6d81c9364e325.tar.gz tde-packaging-469a2fea7abec99022999bfd31e6d81c9364e325.zip |
Update Debian and Ubuntu packaging to match recent renaming
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 |