summarylogtreecommitdiffstats
path: root/odot.install
diff options
context:
space:
mode:
Diffstat (limited to 'odot.install')
-rwxr-xr-xodot.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/odot.install b/odot.install
deleted file mode 100755
index fbf8baf37231..000000000000
--- a/odot.install
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-post_install() {
- [[ ! -d $HOME/.local/state/odot ]] && mkdir -p "$HOME/.local/state/odot"
- touch "$HOME/.local/state/odot/todo.txt"
- touch "$HOME/.local/state/odot/done.txt"
-
-}
-
-post_remove() {
- [[ -d $HOME/.local/state/odot ]] && rm -rf "$HOME/.local/state/odot"
-}