blob: 90ba2ba3704b2cb4958e30b0c92f51b7b4d141a6 (
plain)
1
2
3
4
5
6
7
8
9
|
post_upgrade() {
glib-compile-schemas /usr/share/glib-2.0/schemas
}
post_install() {
post_upgrade;
echo "The binary is called $(tput bold)urn-gtk$(tput sgr0)"
echo "An example split file is provided at $(tput bold)/usr/share/urn/splits/sotn.json$(tput sgr0)"
}
|