summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
authorHuck Boles2022-11-26 17:19:00 -0600
committerHuck Boles2022-11-26 17:19:00 -0600
commit324f498b239147469f6e1d40999dd485a89beb10 (patch)
tree1e24fe1399cf32e6dd4d95a27592f3f73d01702b /.INSTALL
downloadaur-324f498b239147469f6e1d40999dd485a89beb10.tar.gz
creation
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/.INSTALL b/.INSTALL
new file mode 100644
index 000000000000..98195baa4ef6
--- /dev/null
+++ b/.INSTALL
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+post_install() {
+ [[ ! -d $HOME/.local/state/odot ]] && mkdir -p "$HOME/.local/state/odot"
+}
+
+post_remove() {
+ [[ -d $HOME/.local/state/odot ]] && rm -rf "$HOME/.local/state/odot"
+}