File: desktop-file-utils.postinst

package info (click to toggle)
desktop-file-utils 0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 584 kB
  • sloc: ansic: 4,085; lisp: 157; python: 17; sh: 16; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

update-desktop-database -q

if [ "$1" = "triggered" ]; then
    exit 0
fi

#DEBHELPER#