mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-20 21:58:11 -05:00
6 lines
176 B
Bash
Executable File
6 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if test \( -x "$(which update-mime-database 2>/dev/null)" \) -a \( -d $1/exports/share/mime/packages \); then
|
|
exec update-mime-database $1/exports/share/mime
|
|
fi
|