diff options
Diffstat (limited to 'japanese/mnews/pkg-install')
-rw-r--r-- | japanese/mnews/pkg-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/mnews/pkg-install b/japanese/mnews/pkg-install index 8cb7d462e2c8..7e355d5b0f6b 100644 --- a/japanese/mnews/pkg-install +++ b/japanese/mnews/pkg-install @@ -1,3 +1,4 @@ #!/bin/sh +if [ "$2" != "POST-INSTALL" ]; then exit 0; fi echo "Don't forget to edit /usr/local/lib/mnews/default-domain and make sure" echo "that it contains correct domain name for this host." |