File: prerm

package info (click to toggle)
super 3.30.3-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,860 kB
  • sloc: ansic: 23,608; makefile: 424; sh: 297
file content (11 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e

if [ "$1" = "remove" ] ; then
	rm -rf 	/run/superstamps
fi

#DEBHELPER#

exit 0