File: tmpreaper.postinst

package info (click to toggle)
tmpreaper 1.6.18
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: ansic: 1,686; sh: 1,160; makefile: 77
file content (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

# dummy postinst for lintian warning:
# W: tmpreaper: postinst-does-not-load-confmodule
# as tmpreaper debconf stuff is only for notes.

if [ -e /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
fi

#DEBHELPER#