File: pre_install_debug_triggers

package info (click to toggle)
piuparts 1.6.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72,532 kB
  • sloc: python: 8,240; sh: 4,367; makefile: 171
file content (10 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

test "$PIUPARTS_TEST" = "install" || exit 0

if [ ! -f /etc/dpkg/dpkg.cfg.d/piuparts-debug-triggers ]
then
	echo "Enabling dpkg trigger debugging"
	echo 'debug=70441' > /etc/dpkg/dpkg.cfg.d/piuparts-debug-triggers
fi