diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-02-24 15:22:30 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-02-24 15:22:30 -0500 |
commit | 80ea05737833b1661ed2268b9f349ed378a64a80 (patch) | |
tree | 47f881fdf9ce9230989911d457992b00c344ff27 /pcr/qtile/qtile.install | |
parent | 45d4b89c80c03289d2f7709a45afd6338dd07675 (diff) | |
download | abslibre-80ea05737833b1661ed2268b9f349ed378a64a80.tar.gz abslibre-80ea05737833b1661ed2268b9f349ed378a64a80.tar.bz2 abslibre-80ea05737833b1661ed2268b9f349ed378a64a80.zip |
Removing qtile: This package is in [community] repo
Diffstat (limited to 'pcr/qtile/qtile.install')
-rw-r--r-- | pcr/qtile/qtile.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/qtile/qtile.install b/pcr/qtile/qtile.install deleted file mode 100644 index b289007e4..000000000 --- a/pcr/qtile/qtile.install +++ /dev/null @@ -1,13 +0,0 @@ -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" - echo ">>> qsh renamed to qshell on 0.10.6" -} - -# vim:set ts=2 sw=2 et: |