#!/bin/sh
set -e

if which py3compile >/dev/null 2>&1; then
	py3compile -p zorin-appearance 
fi
if which pypy3compile >/dev/null 2>&1; then
	pypy3compile -p zorin-appearance  || true
fi

glib-compile-schemas /usr/share/glib-2.0/schemas
