File: preinst

package info (click to toggle)
apt-listchanges 3.10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,088 kB
  • ctags: 218
  • sloc: python: 1,382; xml: 528; makefile: 136; sh: 64; 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