File: preinst

package info (click to toggle)
apt-listchanges 2.83
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 632 kB
  • ctags: 107
  • sloc: python: 690; makefile: 107; sh: 66
file content (8 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh -e

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

#DEBHELPER#

exit 0