summaryrefslogtreecommitdiff
path: root/pcr/qtile/qtile.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-18 15:35:43 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-18 15:36:06 -0300
commit85218d8d92b58704e7ec6f5ac14e55be46e19be1 (patch)
tree624ce22a71e5451c6e0c5d2a909488181a943871 /pcr/qtile/qtile.install
parent875e0b3b8ff52cfcdea7df9ecf421ab0464934eb (diff)
downloadabslibre-85218d8d92b58704e7ec6f5ac14e55be46e19be1.tar.gz
abslibre-85218d8d92b58704e7ec6f5ac14e55be46e19be1.tar.bz2
abslibre-85218d8d92b58704e7ec6f5ac14e55be46e19be1.zip
qtile: add new package to [pcr] -> https://labs.parabola.nu/issues/915
Diffstat (limited to 'pcr/qtile/qtile.install')
-rw-r--r--pcr/qtile/qtile.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/qtile/qtile.install b/pcr/qtile/qtile.install
new file mode 100644
index 000000000..bdaf96f17
--- /dev/null
+++ b/pcr/qtile/qtile.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo ">>> Qtile Example Config at"
+ echo ">>> /usr/share/doc/qtile/default_config.py"
+}
+
+post_upgrade() {
+ echo ">>> Qtile Example Config at"
+ echo ">>> /usr/share/doc/qtile/default_config.py"
+ echo ">>> WARNING: Some config breakage on 0.10.2, look at changelog https://github.com/qtile/qtile/blob/v0.10.2/CHANGELOG#L27"
+}
+
+# vim:set ts=2 sw=2 et: