add debian packaging files for zfs

This commit is contained in:
Dietmar Maurer
2015-01-10 15:51:28 +01:00
parent e7e8c3293d
commit 8d6c7ec564
43 changed files with 3360 additions and 89 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/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#