Skip to content

Commit 7e7fa37

Browse files
edavidajacderv
authored andcommitted
remove unncessary rpm-specific config
1 parent 070e1d0 commit 7e7fa37

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

package/src/linux/installer.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,7 @@ async function createNfpmConfig(
8888
// Add Debian-specific metadata
8989
config.section = "user/text";
9090
config.priority = "optional";
91-
} else if (format === 'rpm') {
92-
config.overrides.rpm = {
93-
compression: "gzip",
94-
summary: "Academic, scientific, and technical publishing system",
95-
group: "Applications/Publishing",
96-
};
9791
}
98-
9992
return config;
10093
}
10194

0 commit comments

Comments
 (0)