Skip to content

Commit 04e4a99

Browse files
committed
Attempt to speedup snap startup
1 parent c9e3a2d commit 04e4a99

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

snap/snapcraft.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,17 @@ parts:
133133
- freerdp
134134
- desktop-gtk3
135135

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+
136147
# Removing files that are accessible thanks to desktop plug
137148
desktop-gtk3:
138149
stage:

0 commit comments

Comments
 (0)