blob: 646ccda3b65b93ec4ecbf6a57dc21911d566113d (
plain)
| 1
2
3
4
5
6
7
 | #!/bin/sh -e
printf '\033[1;33mNOTE:\033[m \033[1m%s\n      %s\n      %s\033[m\n' \
    "Please be patient this might take really long, especially during updates." \
    "It might seem to be stuck, but it most probably isn't. The wait can" \
    "be up to 10 minutes."
update-mime-database -V /usr/share/mime
 |