summaryrefslogtreecommitdiff
path: root/debian/altos.postinst
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2016-07-05 10:26:10 +0200
committerBdale Garbee <bdale@gag.com>2016-07-05 10:26:10 +0200
commitc8775ef66d793502de07cca0080366739a4c2970 (patch)
treed3636ed988bd141f46cea0f0c87005e6d71b0e14 /debian/altos.postinst
parent7d1d1759a0b9dfa1ab95ff0c217c5d921452b920 (diff)
reinstate debian/ content on the debian branch only
Diffstat (limited to 'debian/altos.postinst')
-rw-r--r--debian/altos.postinst9
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#
+