mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2025-07-31 04:29:52 +00:00
Also remove /etc/init.d/smartd in preinst script
This commit is contained in:
parent
79a3dc27ec
commit
a0a5725a95
2
debian/smartmontools.postinst
vendored
2
debian/smartmontools.postinst
vendored
@ -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 6.1+svn3812-1~ smartmontools -- "$@"
|
||||
/etc/init.d/smartd 6.1+svn3812-1~ smartmontools -- "$@"
|
||||
|
||||
#DEBHELPER#
|
||||
|
2
debian/smartmontools.preinst
vendored
2
debian/smartmontools.preinst
vendored
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
dpkg-maintscript-helper rm_conffile \
|
||||
/etc/init.d/smartd 5.42+svn3539-1~ smartmontools -- "$@"
|
||||
/etc/init.d/smartd 6.1+svn3812-1~ smartmontools -- "$@"
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user