diff --git a/scripts/debian/falco b/scripts/debian/falco index 552baf2e..f6795352 100755 --- a/scripts/debian/falco +++ b/scripts/debian/falco @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2019 The Falco Authors. +# Copyright (C) 2020 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scripts/debian/postinst.in b/scripts/debian/postinst.in index a72889bd..c73611e1 100755 --- a/scripts/debian/postinst.in +++ b/scripts/debian/postinst.in @@ -43,6 +43,6 @@ case "$1" in esac if [ -x "/etc/init.d/$NAME" ]; then - update-rc.d $NAME defaults >/dev/null + update-rc.d $NAME defaults >/dev/null fi diff --git a/scripts/debian/postrm b/scripts/debian/postrm.in similarity index 100% rename from scripts/debian/postrm rename to scripts/debian/postrm.in