zfsonlinux/zfs-debian-pve/zfsutils.postinst

10 lines
222 B
Plaintext
Raw Normal View History

2015-01-10 17:51:28 +03:00
#!/bin/sh -e
if dpkg-maintscript-helper supports rm_conffile 2>/dev/null
then
dpkg-maintscript-helper rm_conffile /etc/default/zfsload -- "$@"
dpkg-maintscript-helper rm_conffile /etc/init.d/zfs -- "$@"
fi
#DEBHELPER#