diff options
Diffstat (limited to 'autoscripts/postinst-info')
-rw-r--r-- | autoscripts/postinst-info | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/autoscripts/postinst-info b/autoscripts/postinst-info index 71ffa19b..59881a19 100644 --- a/autoscripts/postinst-info +++ b/autoscripts/postinst-info @@ -1,3 +1 @@ -if [ "$1" = "configure" ]; then - install-info --quiet --section "#SECTION#" "#SECTION#" #FILE# -fi +install-info --quiet --section "#SECTION#" "#SECTION#" #FILE# |