File: preinst

package info (click to toggle)
auto-apt-proxy 17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: sh: 428; makefile: 11
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##