Private
Public Access
1
0

Desktop/icon files, rpm dist

This commit is contained in:
2025-07-15 18:42:05 -07:00
parent bb74604a74
commit 349a644b0e
6 changed files with 138 additions and 1 deletions

10
build-aux/post-install.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
datadir=$1
# Package managers set this so we don't need to run
if [ -z "$DESTDIR" ]; then
echo Compiling GSettings schemas...
glib-compile-schemas ${datadir}/glib-2.0/schemas
fi