File: src.postinst

package info (click to toggle)
qmail 1.02-1
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 2,268 kB
  • ctags: 1,721
  • sloc: ansic: 14,071; makefile: 1,923; sh: 583; perl: 452
file content (12 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

echo ""
echo "To build qmail binary package, you have to run"
echo ""
echo "         build-qmail"
echo ""

echo -n "Press ENTER to continue..."
read blah

exit 0