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