mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 16:54:45 +01:00
11 lines
313 B
Bash
11 lines
313 B
Bash
![]() |
#!/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
|