File: preinst

package info (click to toggle)
apt-listchanges 3.24
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,352 kB
  • sloc: python: 1,710; xml: 650; makefile: 138; sh: 71; perl: 61
file content (10 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

set -e

hook=/etc/apt/apt.conf.d/20listchanges
test -f $hook.disabled && mv $hook.disabled $hook

#DEBHELPER#

exit 0