File: gvfs-backends.postinst

package info (click to toggle)
gvfs 1.30.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,580 kB
  • ctags: 12,211
  • sloc: ansic: 113,948; sh: 4,957; xml: 2,353; makefile: 1,601; python: 1,448; sed: 16
file content (11 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
set -e

#DEBHELPER#

if [ "$1" = "configure" ]; then
	# Let gvfsd reload it's backend list
	killall -q /usr/lib/gvfs/gvfsd -HUP || true
fi

exit 0