File: postrm

package info (click to toggle)
screen 3.7.4-6
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,624 kB
  • ctags: 1,373
  • sloc: ansic: 21,683; sh: 1,046; makefile: 251
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#! /bin/sh
install-info --quiet --remove screen

if test "$1" = "purge" ; then
  rm -rf /var/run/screens
fi