File: no_postinst_questions.patch

package info (click to toggle)
ocsinventory-agent 2%3A2.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,424 kB
  • sloc: perl: 26,492; xml: 773; objc: 528; sh: 386; ansic: 333; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: don't run postinst.pl
Author: Pierre Chifflier <pollux@debian.org>
Forwarded: not-needed
Reviewed-By: Xavier Guimard <x.guimard@free.fr>
Last-Update: 2018-04-11

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -19,7 +19,7 @@
 install :: all pure_install doc_install
 	$(NOECHO) $(NOOP)';
 
-    $re .= "\n\t[ ! -f run-postinst ] || $^X postinst.pl\n";
+    #$re .= "\n\t[ ! -f run-postinst ] || $^X postinst.pl\n";
 
     return $re;
 }