diff options
-rw-r--r-- | debian/altos.postinst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/altos.postinst b/debian/altos.postinst new file mode 100644 index 00000000..2ef9a686 --- /dev/null +++ b/debian/altos.postinst @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +test "$1" = 'configure' || exit 0 + +rm -f /etc/apt/sources.list.d/altos.list + +#DEBHELPER# + |