#!/bin/sh set -e if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/zfs-fuse 0.7.0-13.1 -- "$@" fi # Automatically added by dh_installinit/13.11.9 if [ "$1" = "install" ] && [ -n "$2" ] && [ -e "/etc/init.d/zfs-fuse" ] ; then chmod +x "/etc/init.d/zfs-fuse" >/dev/null || true fi # End automatically added section exit 0