]> git.proxmox.com Git - mirror_smartmontools-debian.git/commitdiff
Trigger the removal of /etc/init.d/smartd when upgrading
authorGiuseppe Iuculano <iuculano@debian.org>
Sun, 2 Jun 2013 08:20:01 +0000 (10:20 +0200)
committerGiuseppe Iuculano <iuculano@debian.org>
Sun, 2 Jun 2013 08:20:01 +0000 (10:20 +0200)
Closes: #684617
Closes: #704081
debian/smartmontools.postinst

index afd87547ec26875737c393b5c4f57b8ab8add562..53a5292b857ffad5c67030d8e0e9213fc20df04c 100644 (file)
@@ -12,6 +12,6 @@ if dpkg --compare-versions "$2" lt "5.38+svn2879-1"; then
 fi
 
 dpkg-maintscript-helper rm_conffile \
-       /etc/init.d/smartd  5.42+svn3539-1~ smartmontools -- "$@" 
+       /etc/init.d/smartd  6.1+svn3812-1~ smartmontools -- "$@" 
 
 #DEBHELPER#