summaryrefslogtreecommitdiff
path: root/debian/altos.postinst
blob: 2ef9a68648b2e72beecdedc892d53616bcf1c628 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

test "$1" = 'configure' || exit 0

rm -f /etc/apt/sources.list.d/altos.list

#DEBHELPER#