fix bashism that prevents building with /bin/sh->/bin/dash
[fw/altos] / debian / altos.postinst
1 #!/bin/sh
2 set -e
3
4 test "$1" = 'configure' || exit 0
5
6 rm -f /etc/apt/sources.list.d/altos.list
7
8 #DEBHELPER#
9