aboutsummarylogtreecommitdiffstats
path: root/notify-when-done-i3-git.install
diff options
context:
space:
mode:
authorGiuseppe2017-06-08 17:48:39 +0200
committerGiuseppe2017-06-08 17:48:39 +0200
commit6b95dd4d44f4489520743e7e6f4fe650ca379a0a (patch)
tree3e2eb300b27fae7ccb7c2239def5f1deab186188 /notify-when-done-i3-git.install
parentac9414a3b776c4e3721bc5910ce7ecf7ba358da7 (diff)
downloadaur-6b95dd4d44f4489520743e7e6f4fe650ca379a0a.tar.gz
Change monitor level from workspaces to windows.
Diffstat (limited to 'notify-when-done-i3-git.install')
-rw-r--r--notify-when-done-i3-git.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/notify-when-done-i3-git.install b/notify-when-done-i3-git.install
deleted file mode 100644
index 0a2f9b0047bb..000000000000
--- a/notify-when-done-i3-git.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo "## To complete installation, add the following line to your bashrc"
- echo '## [[ -f /usr/share/nwd/nwd-preexec.sh ]] && source /usr/share/nwd/nwd-preexec.sh'
- echo '## and restart bash'
-}
-
-post_upgrade() {
- echo '## Upgrade will be effective only you restart bash'
-}
-
-post_remove() {
- echo "## To complete removal, remove the source of nwd-preexec.sh from your bashrc"
-}