]> code.citadel.org Git - citadel.git/blobdiff - citadel/debian/citadel-server.postinst
* this file must be kept in a non-volatile dir. move it over in the postinst script...
[citadel.git] / citadel / debian / citadel-server.postinst
index 2134314132b2975a298f3073bb4b523e4e5539d8..2f4d517d46978cc7ac5099e924a90022c8c203eb 100644 (file)
@@ -7,6 +7,10 @@ set -e
 . /usr/share/debconf/confmodule
 db_version 2.0
 
+# glitch: this mustn't be in /var/run/
+if test -f /var/run/refcount_adjustments.dat; then
+    mv /var/run/refcount_adjustments.dat /etc/citadel/
+fi
 case "$1" in
     configure)
         chown -R citadel:citadel /etc/citadel