We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f006b commit ae7ee16Copy full SHA for ae7ee16
meson/post_install.py
@@ -15,5 +15,4 @@
15
print('Compiling mime types…')
16
subprocess.call(['update-mime-database', path.join(datadir, 'mime')])
17
print('Updating application database…')
18
- subprocess.call(['update-mime-database', path.join(datadir, 'mime')])
19
subprocess.call(['update-desktop-database', path.join(datadir, 'applications')])
0 commit comments