Also remove /etc/init.d/smartd in preinst script

This commit is contained in:
Giuseppe Iuculano 2013-06-02 11:10:43 +02:00
parent 79a3dc27ec
commit a0a5725a95
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ if dpkg --compare-versions "$2" lt "5.38+svn2879-1"; then
fi fi
dpkg-maintscript-helper rm_conffile \ dpkg-maintscript-helper rm_conffile \
/etc/init.d/smartd 6.1+svn3812-1~ smartmontools -- "$@" /etc/init.d/smartd 6.1+svn3812-1~ smartmontools -- "$@"
#DEBHELPER# #DEBHELPER#

View File

@ -2,7 +2,7 @@
set -e set -e
dpkg-maintscript-helper rm_conffile \ dpkg-maintscript-helper rm_conffile \
/etc/init.d/smartd 5.42+svn3539-1~ smartmontools -- "$@" /etc/init.d/smartd 6.1+svn3812-1~ smartmontools -- "$@"
#DEBHELPER# #DEBHELPER#