]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Remove unused zfs-dkms.postrm script.
authorDarik Horn <dajhorn@vanadac.com>
Thu, 5 May 2011 20:42:13 +0000 (15:42 -0500)
committerDarik Horn <dajhorn@vanadac.com>
Fri, 6 May 2011 00:37:50 +0000 (19:37 -0500)
Resolve this lintian warning:

W: zfs-dkms: maintainer-script-empty postrm
N:
N:    The maintainer script doesn't seem to contain any code other than
N:    comments and boilerplate (set -e, exit statements, and the case
N:    statement to parse options). While this is harmless in most cases, it is
N:    probably not what you wanted, may mean the package will leave
N:    unnecessary files behind until purged, and may even lead to problems in
N:    rare situations where dpkg would fail if no maintainer script was
N:    present.
N:
N:    If the package currently doesn't need to do anything in this maintainer
N:    script, it shouldn't be included in the package.
N:
N:    Severity: minor, Certainty: certain
N:

debian/zfs-dkms.postrm [deleted file]

diff --git a/debian/zfs-dkms.postrm b/debian/zfs-dkms.postrm
deleted file mode 100644 (file)
index a2c66fa..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-#DEBHELPER#