summarylogtreecommitdiffstats
path: root/courier-mta.install
diff options
context:
space:
mode:
authorNeil Romig2017-12-13 12:36:25 +0000
committerNeil Romig2017-12-13 12:36:25 +0000
commit641ce110d55bffc35fad8dc3fd8d4f2b2d65e7ba (patch)
tree2a5485df08fb465b6bcda029a7fde908a6db9e83 /courier-mta.install
parentb813ff15d2fd8d492b35f9858eeb0974753c7802 (diff)
downloadaur-641ce110d55bffc35fad8dc3fd8d4f2b2d65e7ba.tar.gz
Added handling for some files that were overwritten during upgrades
Diffstat (limited to 'courier-mta.install')
-rw-r--r--courier-mta.install3
1 files changed, 1 insertions, 2 deletions
diff --git a/courier-mta.install b/courier-mta.install
index ea7134d3d791..03a37935f7a6 100644
--- a/courier-mta.install
+++ b/courier-mta.install
@@ -26,8 +26,7 @@ post_upgrade() {
pre_remove() {
# there may be many files not part of the original installation that would be useful to save
# so save the whole configuration directory rather than try to list all possibilities
- # in backup(). Also avoids creation of .pacsave files in the alias and smtpaccess directories that
- # process all contained files
+ # in backup().
mv -f /etc/courier /etc/courier-$1
echo "/etc/courier has been saved as /etc/courier-$1 - you may remove this folder if you wish."