File: postinst

package info (click to toggle)
unzip 6.0-16%2Bdeb8u3
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 8,768 kB
  • ctags: 10,194
  • sloc: ansic: 55,133; cpp: 4,084; makefile: 2,517; asm: 1,789; cs: 1,012; sh: 119
file content (5 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (9)
1
2
3
4
5
#!/bin/sh
set -e
if [ "$1" = "configure" ] && [ -x "`which update-mime 2> /dev/null`" ]; then
  update-mime
fi