]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/zfsutils-linux.postinst
Update debian/copyright file
[mirror_zfs-debian.git] / debian / zfsutils-linux.postinst
1 #!/bin/sh
2 set -e
3
4 if dpkg-maintscript-helper supports rm_conffile 2>/dev/null
5 then
6 dpkg-maintscript-helper rm_conffile /etc/default/zfsload -- "$@"
7 dpkg-maintscript-helper rm_conffile /etc/init.d/zfs -- "$@"
8 fi
9
10 #DEBHELPER#