mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
10 lines
313 B
Bash
Executable file
10 lines
313 B
Bash
Executable file
#!/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
|