File: postinst

package info (click to toggle)
preload 0.6.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 772 kB
  • sloc: ansic: 2,100; sh: 1,265; makefile: 196
file content (10 lines) | stat: -rw-r--r-- 106 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
# postrm script for preload

set -e

touch /var/lib/preload/preload.state

#DEBHELPER#

exit 0