File: gosa-plugin-netgroups.postinst

package info (click to toggle)
gosa-plugin-netgroups 0.1~svn652-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 264 kB
  • ctags: 10
  • sloc: php: 1,342; xml: 343; makefile: 21; sh: 8
file content (14 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

case "$1" in
    configure)
	update-gosa rescan-i18n
	update-gosa rescan-classes
	;;
esac

#DEBHELPER#

exit 0