File: pre_distupgrade_debug_packagemanager

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 (8 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ ! -f /etc/apt/apt.conf.d/piuparts-debug-packagemanager ]
then
	echo "Enabling Debug::pkgPackageManager"
	echo 'Debug::pkgPackageManager "true";' >> /etc/apt/apt.conf.d/piuparts-debug-packagemanager
fi