summaryrefslogtreecommitdiffstats
path: root/debian/powerline.config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 02:04:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 02:04:07 +0000
commita45ec9c2d262ff7cd62540f63298aeb186648aae (patch)
treea4bd93ea6b568b1da1930425a6bb2fb877dbdbe7 /debian/powerline.config
parentAdding upstream version 2.7. (diff)
downloadpowerline-debian.tar.xz
powerline-debian.zip
Adding debian version 2.7-2.debian/2.7-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/powerline.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/powerline.config b/debian/powerline.config
new file mode 100644
index 0000000..b2aae61
--- /dev/null
+++ b/debian/powerline.config
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+db_settitle powerline/title
+db_input low powerline/enable || true
+db_go
+
+db_stop