Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
0e019030
Commit
0e019030
authored
Aug 27, 2013
by
Nikos Skalkotos
Browse files
Merge branch 'debian' of
https://code.grnet.gr/git/snf-image
into debian
parents
7db40313
3e1c0b71
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
0e019030
...
...
@@ -9,6 +9,7 @@ override_dh_auto_clean:
dh_auto_clean -Dsnf-image-helper
cd snf-image-helper ; rm -rf autotools; \
rm -f Makefile.in aclocal.m4 configure config.status config.log tasks/Makefile.in
rm -f debian/version_pinning.pref
override_dh_auto_build:
dh_auto_build -Dsnf-image-host
...
...
debian/snf-image.postinst
View file @
0e019030
...
...
@@ -4,11 +4,14 @@ set -e
case
"
$1
"
in
configure|reconfigure
)
echo
"NOTE: To complete snf-image installation either create an snf-image-helper"
echo
"NOTE: image by running:"
echo
"NOTE:"
echo
"NOTE:
$
snf-image-update-helper"
echo
"NOTE:"
echo
"NOTE: or download and install a fixed one from here:"
echo
"NOTE: https://code.grnet.gr/projects/snf-image/wiki#Fixed-snf-image-helper-image"
echo
"NOTE:"
echo
"NOTE: Please make sure to create or update the helper image by running:"
echo
"NOTE:"
echo
"NOTE:
$
snf-image-update-helper"
echo
"NOTE:"
;;
abort-upgrade|abort-remove|abort-deconfigure
)
...
...
@@ -23,9 +26,3 @@ esac
#DEBHELPER#
exit
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment