We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c03d7 commit f4b165fCopy full SHA for f4b165f
package/src/linux/installer.ts
@@ -88,7 +88,6 @@ async function createNfpmConfig(
88
// Add Debian-specific metadata
89
config.section = "user/text";
90
config.priority = "optional";
91
- config.installed_size = Math.round(size / 1024);
92
} else if (format === 'rpm') {
93
config.overrides.rpm = {
94
compression: "gzip",
0 commit comments