summaryrefslogtreecommitdiffstats
path: root/simple-scan/post-install
blob: 740c8de473073074ffb3e0f139e78174c38cf3c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

port=simple-scan

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

# desktop database
update-desktop-database -q

# End of file