Authenticator/meson_post_install.sh

11 lines
313 B
Bash
Raw Normal View History

#!/bin/sh
# Update icon caches
gtk-update-icon-cache -f -t ${DESTDIR}/${MESON_INSTALL_PREFIX}/share/icons/hicolor
# Install new schemas
glib-compile-schemas ${DESTDIR}/${MESON_INSTALL_PREFIX}/share/glib-2.0/schemas/
# Fix binary permissions
chmod +x ${DESTDIR}/${MESON_INSTALL_PREFIX}/bin/gnome-twofactorauth