File: postinst

package info (click to toggle)
xlog 2.0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,520 kB
  • sloc: ansic: 24,207; javascript: 7,886; sh: 4,456; makefile: 695; sed: 16; xml: 8
file content (11 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
set -e

#DEBHELPER#

# Register with freedesktop.org Shared MIME-Info database
if hash update-desktop-database 2>/dev/null; then
    update-desktop-database
fi

exit 0