diff options
| author | Bdale Garbee <bdale@gag.com> | 2016-07-05 10:26:10 +0200 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2016-07-05 10:26:10 +0200 |
| commit | c8775ef66d793502de07cca0080366739a4c2970 (patch) | |
| tree | d3636ed988bd141f46cea0f0c87005e6d71b0e14 /debian/altos.postinst | |
| parent | 7d1d1759a0b9dfa1ab95ff0c217c5d921452b920 (diff) | |
reinstate debian/ content on the debian branch only
Diffstat (limited to 'debian/altos.postinst')
| -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# + |
