source:
trunk/packages/invirt-autoinstaller/debian/invirt-autoinstaller-guest.postinst
@
2168
Last change on this file since 2168 was 2167, checked in by price, 16 years ago | |
---|---|
File size: 171 bytes |
Rev | Line | |
---|---|---|
[2167] | 1 | #!/bin/sh |
2 | ||
3 | case "$1" in | |
4 | configure) | |
5 | passwd root -d | |
6 | ;; | |
7 | *) | |
8 | echo "postinst called with unknown argument \`$1'" >&2 | |
9 | exit 1 | |
10 | ;; | |
11 | esac | |
12 | ||
13 | #DEBHELPER# | |
14 | ||
15 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.