Skip to content

Commit ae7ee16

Browse files
committed
Fixing issue in meson post installation script.
1 parent 47f006b commit ae7ee16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meson/post_install.py

-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@
1515
print('Compiling mime types…')
1616
subprocess.call(['update-mime-database', path.join(datadir, 'mime')])
1717
print('Updating application database…')
18-
subprocess.call(['update-mime-database', path.join(datadir, 'mime')])
1918
subprocess.call(['update-desktop-database', path.join(datadir, 'applications')])

0 commit comments

Comments
 (0)