summarylogtreecommitdiffstats
path: root/setroot.install
diff options
context:
space:
mode:
Diffstat (limited to 'setroot.install')
-rw-r--r--setroot.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/setroot.install b/setroot.install
new file mode 100644
index 000000000000..0f541d29dc83
--- /dev/null
+++ b/setroot.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "Configuration directory \"\${XDG_CONFIG_HOME:-\$HOME/.config}/setroot\" will be created upon first invocation of \"setroot --store <opts>\"."
+}
+
+post_upgrade() {
+ post_install;
+}
+
+post_remove() {
+ echo "Configuration directory \"\${XDG_CONFIG_HOME:-\$HOME/.config}/setroot\" will need to be manually removed."
+}