X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Fpazpar2.postinst;h=9588514c6d0885f77ea33c1258ffc71946cf6093;hb=64dccf5757a22cedd3c21ca834e3e02f39dd0504;hp=7bf566bd7b271e1490ab82ea1f5ce26141e86131;hpb=122c504e1d665a4d6a086b47689f8a473775e0bf;p=pazpar2-moved-to-github.git diff --git a/debian/pazpar2.postinst b/debian/pazpar2.postinst index 7bf566b..9588514 100644 --- a/debian/pazpar2.postinst +++ b/debian/pazpar2.postinst @@ -4,6 +4,14 @@ set -e if [ "$1" != "configure" ]; then exit 0 fi +for i in cf.xsl marc21.xsl pp2out-to-carrot2.xsl solr-pz2.xsl \ + dads-pz2.xsl marc22.xsl primo-pz2.xsl tmarc.xsl danmarc2.xsl \ + MarcXML2TurboMarc.xsl pz2-ourl-base.xsl unimarc.xsl dc.xsl \ + oai_dc.xsl pz2-ourl-marc21.xsl usmarc.xsl dkabm.xsl opac_turbomarc.xsl \ + pz2-solr.xsl marc21-ourl.xsl opac.xsl server-status-nagios.xsl ; do + dpkg-maintscript-helper rm_conffile /etc/pazpar2/$i 1.6.99.-1.indexdata -- "$@" +done + # add default.xml if there are no enabled services no_services=true for f in /etc/pazpar2/services-enabled/*.xml; do