summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 4e4055984..e5b881098 100644
--- a/cscript
+++ b/cscript
@@ -247,6 +247,8 @@ def make_control(debian_version, bits, filename, debug, gui):
print('', file=f)
suffix = '' if gui else '-cli'
print(f'Package: dcpomatic{suffix}', file=f)
+ if gui:
+ print('Replaces: dcpomatic-cli', file=f)
if bits == 32:
print('Architecture: i386', file=f)
else: