File: postinst

package info (click to toggle)
cgoban 1.9.14-19
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,460 kB
  • sloc: ansic: 36,037; sh: 707; makefile: 259
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = configure ] && [ -x "$(which update-desktop-database 2> /dev/null)" ]; then
	update-desktop-database -q
fi

exit 0