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 c9e3a2d commit 04e4a99Copy full SHA for 04e4a99
1 file changed
snap/snapcraft.yaml
@@ -133,6 +133,17 @@ parts:
133
- freerdp
134
- desktop-gtk3
135
136
+ shared-mime-info:
137
+ after: [remmina]
138
+ plugin: nil
139
+ stage-packages:
140
+ - shared-mime-info
141
+ build-attributes: [no-system-libraries]
142
+ install: |
143
+ set -eux
144
+ update-mime-database $SNAPCRAFT_PART_INSTALL/usr/share/mime
145
+
146
147
# Removing files that are accessible thanks to desktop plug
148
desktop-gtk3:
149
stage:
0 commit comments