summarylogtreecommitdiffstats
path: root/hornet.install
diff options
context:
space:
mode:
Diffstat (limited to 'hornet.install')
-rwxr-xr-xhornet.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/hornet.install b/hornet.install
index 0d6524d55748..2b246222e16e 100755
--- a/hornet.install
+++ b/hornet.install
@@ -13,6 +13,12 @@ post_install() {
post_upgrade () {
chown -R hornet:hornet /var/lib/hornet /etc/hornet
+
+ printf "##########################################################################################\
+ \n# Please diff your config in /etc/hornet/config.json with the new one provided by the #\
+ \n# package in /etc/hornet/config.json.pacnew for any changes made upstream as the upgrade #\
+ \n# process doesn't touch your existing configuration. #\
+ \n##########################################################################################\n"
}
pre_remove() {