diff options
author | Cem Keylan <cem@ckyln.com> | 2021-01-01 22:15:26 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-01-01 22:15:26 +0300 |
commit | 3e0371f0693ffebe31f7b93913f1e1456430baba (patch) | |
tree | 8ff43ff0c761d893e165f00bf755cd6131ce2251 /extra/shared-mime-info/post-install | |
parent | 2cb00d1b3393cd913eb5eacad713277635d73014 (diff) | |
download | repository-3e0371f0693ffebe31f7b93913f1e1456430baba.tar.gz |
shared-mime-info: bump to 2.1
Diffstat (limited to 'extra/shared-mime-info/post-install')
-rwxr-xr-x | extra/shared-mime-info/post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/shared-mime-info/post-install b/extra/shared-mime-info/post-install index e9dffaad..646ccda3 100755 --- a/extra/shared-mime-info/post-install +++ b/extra/shared-mime-info/post-install @@ -1,3 +1,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 |