# HG changeset patch # User Christophe Lincoln # Date 1203084765 -3600 # Node ID d35736b2e79e13984c05d705b731bb60f9b376db # Parent e96e7374254db913b11cf8788383660990531d3f UP: slitaz-boot-scripts (1.4) diff -r e96e7374254d -r d35736b2e79e slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Fri Feb 15 12:15:56 2008 +0100 +++ b/slitaz-boot-scripts/receipt Fri Feb 15 15:12:45 2008 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-boot-scripts" -VERSION="1.3" +VERSION="1.4" CATEGORY="base-system" SHORT_DESC="Provide all the initialisation scripts used at boot time." MAINTAINER="pankso@slitaz.org" @@ -31,11 +31,7 @@ { local root root=$1 - echo "Checking for version compatibility..." - if [ -d "$root/etc/rc.d" ]; then - rm -rf $root/etc/rc.d - rm -rf $root/etc/rc.scripts - fi + # Remove motd to be rebuils by /etc/init.d/i18n.sh in # the right language. rm -f $root/etc/motd