File: preinst

package info (click to toggle)
apt-listbugs 0.1.47
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: ruby: 2,339; sh: 166; makefile: 64
file content (13 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

hook=/etc/apt/apt.conf.d/10apt-listbugs
if test -f $hook.disabled
then
    mv $hook.disabled $hook
fi

#DEBHELPER#

exit 0