File: postrm

package info (click to toggle)
libkeepalive 0.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 148 kB
  • ctags: 14
  • sloc: ansic: 101; makefile: 30; sh: 12
file content (8 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#! /bin/sh

set -e

if [ "$1" = "remove" ]; then ldconfig; fi

#DEBHELPER#