File: postrm

package info (click to toggle)
liblockfile 1.06.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 172 kB
  • ctags: 42
  • sloc: ansic: 727; makefile: 151; sh: 51
file content (5 lines) | stat: -rw-r--r-- 57 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh -e
if [ "$1" = "remove" ]; then
	ldconfig
fi