File: preinst

package info (click to toggle)
auto-apt-proxy 13.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: sh: 189; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (7)
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##