summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-info
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-26 09:01:20 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-26 09:01:20 -0400
commit94093613e917b03f30d50cf7959510ec91181fab (patch)
tree677b604159168f9b40ddddf9c2235489be6e325c /autoscripts/postinst-info
parent965b84db3e3d68902a836ad8faaadca8ef6ac961 (diff)
dh_installinfo: No longer inserts install-info calls into maintainer scripts
as that is now triggerized. Adds a dependency via misc:Depends to handle partial upgrades. Note that while dh_installinfo already required that info files had a INFO-DIR-SECTION, the new system also requires they have START-INFO-DIR-ENTRY and END-INFO-DIR-ENTRY for proper registration. I assume there will be some mass bug filing for any packages that do not have that. Closes: #528864
Diffstat (limited to 'autoscripts/postinst-info')
-rw-r--r--autoscripts/postinst-info3
1 files changed, 0 insertions, 3 deletions
diff --git a/autoscripts/postinst-info b/autoscripts/postinst-info
deleted file mode 100644
index ffef8636..00000000
--- a/autoscripts/postinst-info
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ]; then
- install-info --quiet #FILE#
-fi