diff --git a/build b/build --- a/build +++ b/build @@ -12,10 +12,10 @@ make all -if [ ! -f /etc/gentoo-release ] +if [ ! -f /etc/debian_version ]; then ./post-install; else - echo "Skipping post-install, handled by ebuild"; + echo "Skipping post-install, handled by dpkg"; fi