File: preinst

package info (click to toggle)
auto-apt-proxy 2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 108 kB
  • sloc: sh: 58; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -e
aptconf=/etc/apt/apt.conf.d/auto-apt-proxy.conf

if [ -e "$aptconf".disabled ]; then
    mv "$aptconf".disabled "$aptconf"
fi

##DEBHELPER##