#!/bin/sh

# this script exists because it might be called by some packages with extensions
# it has been obsolete since LO-3.6.1, August 2012

# do not crate the cache because it is not secure
# rather remove it (fdo#53006, fdo#51252)
bundled_cache="/usr/lib/libreoffice/share/prereg/bundled"
test -d "" && rm -rf ""/* || true;
exit 0
