er2cord/tools/DEBIAN/postinst

5 lines
92 B
Bash

#!/bin/sh
chmod +x /usr/bin/er2cord
glib-compile-schemas /usr/share/glib-2.0/schemas
exit 0