opentabletdriver: use postFixup instead of postInstall

This commit is contained in:
IvarWithoutBones 2022-01-12 00:20:19 +01:00
parent f3537d9db1
commit ec52dd4971

View file

@ -68,7 +68,7 @@ buildDotnetModule rec {
"OpenTabletDriver.Tests.PluginRepositoryTest.ExpandRepositoryTarball"
];
postInstall = ''
postFixup = ''
# Give a more "*nix" name to the binaries
mv $out/bin/OpenTabletDriver.Console $out/bin/otd
mv $out/bin/OpenTabletDriver.Daemon $out/bin/otd-daemon