File: vym.postinst

package info (click to toggle)
vym 2.6.11-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 12,628 kB
  • sloc: cpp: 34,052; ruby: 846; xml: 278; sh: 187; makefile: 28
file content (10 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
set -e

#DEBHELPER#

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

exit 0