summarylogtreecommitdiffstats
path: root/firedragon.install
diff options
context:
space:
mode:
authorstefanwimmer1282022-12-25 16:35:45 +0100
committerstefanwimmer1282022-12-25 16:35:45 +0100
commitfd1c1cd98645b1875db0179b25f785964708bf35 (patch)
treeae153f248a44ad2aaa8eadb84dc5ac5281b97658 /firedragon.install
downloadaur-fd1c1cd98645b1875db0179b25f785964708bf35.tar.gz
Initial commit
Diffstat (limited to 'firedragon.install')
-rw-r--r--firedragon.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/firedragon.install b/firedragon.install
new file mode 100644
index 000000000000..12357c49be96
--- /dev/null
+++ b/firedragon.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
+ echo "If you prefer strict hardened settings execute 'mkdir ~/.firedragon && cp /usr/lib/firedragon/firedragon.overrides.cfg ~/.firedragon/'"
+}
+
+post_upgrade() {
+ echo "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
+ echo "If you prefer strict hardened settings execute 'cp /usr/lib/firedragon/firedragon.overrides.cfg ~/.firedragon/'"
+}