summarylogtreecommitdiffstats
path: root/rescached-git.install
diff options
context:
space:
mode:
authorShulhan2018-11-16 02:16:11 +0700
committerShulhan2018-11-16 02:16:11 +0700
commit82ab3e389fbb593084e7c41cb0dd2e6f326096a1 (patch)
treecdd23dcbcdac29c66a7bb5c2c7dabb58dbc415e3 /rescached-git.install
parent691a4cbe087eda1fe9c2f52528917c88153a7695 (diff)
downloadaur-82ab3e389fbb.tar.gz
post_upgrade: do not remove the previous configuration
Diffstat (limited to 'rescached-git.install')
-rw-r--r--rescached-git.install2
1 files changed, 0 insertions, 2 deletions
diff --git a/rescached-git.install b/rescached-git.install
index e546834c8226..2ecb1c1e8595 100644
--- a/rescached-git.install
+++ b/rescached-git.install
@@ -1,6 +1,4 @@
post_upgrade() {
- ## Remove old config
- [[ -f /etc/rescached/rescached.cfg ]] && rm -f /etc/rescached/rescached.cfg
## Remove old cache
[[ -f /var/cache/rescached/rescached.vos ]] && rm -f /var/cache/rescached/rescached.vos
}