File: postrm

package info (click to toggle)
xchm 0.9.7-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,536 kB
  • ctags: 335
  • sloc: sh: 3,745; cpp: 3,078; makefile: 81; sed: 16; xml: 7
file content (10 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ -x /usr/bin/update-mime-database ]; then
    /usr/bin/update-mime-database /usr/share/mime
fi

#DEBHELPER#