added: replaces added to grafana

This commit is contained in:
Torkel Ödegaard
2018-07-18 15:40:30 +02:00
parent a4587cdeee
commit ce64a3ccbc

View File

@ -330,6 +330,7 @@ func createPackage(options linuxPackageOptions) {
name := "grafana"
if enterprise {
name += "-enterprise"
args = append(args, "--replaces", "grafana")
}
args = append(args, "--name", name)