File: mutter-18-tests.postinst

package info (click to toggle)
mutter 50.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 50,868 kB
  • sloc: ansic: 385,772; xml: 3,430; python: 3,272; sh: 325; ruby: 167; makefile: 60; javascript: 26
file content (14 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e
action="$1"

case "$action" in
    (configure)
        glib-compile-schemas /usr/share/mutter-18/tests
        ;;
esac

#DEBHELPER#

# vim:set sts=4 sw=4 et: