diff options
author | John Stebbins <[email protected]> | 2018-06-05 10:07:57 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-05 10:07:57 -0700 |
commit | ce3a757ef8bbb723d0b233830531acac0b5da004 (patch) | |
tree | 1952b48520e1c35534ac7ac7af6af6ef932e6db1 /pkg/linux | |
parent | 592bfebab96b83b45275347a568704f72208f191 (diff) |
flatpak: keep CLI in GUI package
HandBrake-<version>.flatpak contains GUI and CLI
HandBrakeCLI-<version>.flatpak is CLI only
Diffstat (limited to 'pkg/linux')
-rw-r--r-- | pkg/linux/flatpak/fr.handbrake.ghb.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/linux/flatpak/fr.handbrake.ghb.json b/pkg/linux/flatpak/fr.handbrake.ghb.json index 0ab180c1f..0b5aea05f 100644 --- a/pkg/linux/flatpak/fr.handbrake.ghb.json +++ b/pkg/linux/flatpak/fr.handbrake.ghb.json @@ -23,7 +23,6 @@ "no-autogen": true, "config-opts": ["--flatpak"], "builddir": true, - "post-install": ["rm /app/bin/HandBrakeCLI"], "sources": [ { "type": "archive", |