diff --git a/campcaster/etc/debian/rules b/campcaster/etc/debian/rules index d5a032eb8..4a419535b 100755 --- a/campcaster/etc/debian/rules +++ b/campcaster/etc/debian/rules @@ -113,8 +113,6 @@ install-arch: $(CURDIR)/debian/campcaster/opt/campcaster/bin/dumpDbSchema.sh \ $(CURDIR)/debian/campcaster/opt/campcaster/bin/campcaster-restore \ $(CURDIR)/debian/campcaster-station/opt/campcaster/bin - mv -f $(CURDIR)/debian/campcaster/opt/campcaster/var/cache \ - $(CURDIR)/debian/campcaster-station/opt/campcaster/var mv -f $(CURDIR)/debian/campcaster/opt/campcaster/etc/apache \ $(CURDIR)/debian/campcaster/opt/campcaster/etc/pg_hba.conf \ $(CURDIR)/debian/campcaster/opt/campcaster/etc/campcaster-scheduler \