mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
4 lines
62 B
Bash
4 lines
62 B
Bash
#!/bin/sh
|
|
|
|
umask 022
|
|
/usr/bin/pango-querymodules > ${1}.cache
|