File: pommed.postrm

package info (click to toggle)
pommed 1.39~dfsg-5.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,688 kB
  • sloc: ansic: 9,203; makefile: 188; sh: 114
file content (9 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

#DEBHELPER#

if [ -x /etc/init.d/dbus ]; then
    invoke-rc.d dbus force-reload || true
fi