Description: create by hand the file with path to the mime database
this was the responsibility of ext/mimemagic/Rakefile
but it is not run anymore
Author: Cédric Boutillier
Last-Update: 2025-07-12
Forwarded: no
--- /dev/null
+++ b/lib/mimemagic/path.rb
@@ -0,0 +1,4 @@
+class MimeMagic
+ DATABASE_PATH="/usr/share/mime/packages/freedesktop.org.xml"
+end
+
|