Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-12-02 11:32:29 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-12-02 11:32:29 +0300
commit91bfab4da776608e31a1b577afe78d07ad0a6f80 (patch)
treeec73b8afd9c8c92cee6f12170576ae240b7010d1 /snap
parent47747df14a98cfc8d0a2c8f1120d736cc90f1795 (diff)
Adding core18 in the cleanup
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 0f2bcbd2f..ec64c2b01 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -299,9 +299,9 @@ parts:
- dbus-x11
- xdg-user-dirs
cleanup:
- after: [pawrap, pulse-utils, freerdp, remmina, app] # Make this part run last; list all your other parts here
+ after: [pawrap, pulse-utils, freerdp, remmina] # Make this part run last; list all your other parts here
plugin: nil
- build-snaps: [gnome-3-28-1804, gtk-common-themes] # List all content-snaps you're using here
+ build-snaps: [core18, gnome-3-28-1804, gtk-common-themes] # List all content-snaps you're using here
override-prime: |
set -eux
for snap in "gnome-3-28-1804" "gtk-common-themes"; do # List all content-snaps you're using here