summaryrefslogtreecommitdiffstats
path: root/brasero/post-install
blob: f565da3eff174a82cec194fd74a29509d0f5c968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

port=brasero

# gconf schemas
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas

# icon cache
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

# mime database
update-mime-database /usr/share/mime > /dev/null

# desktop database
update-desktop-database -q 

# End of file