File: postinst

package info (click to toggle)
openoffice.org-thesaurus-pl 1.2-2
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 4,072 kB
  • sloc: makefile: 35; sh: 9
file content (11 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
	update-openoffice-dicts
fi

#DEBHELPER#

exit 0