Skip to content
Snippets Groups Projects
Commit 2662136d authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Fix gnome-session helper for aramo release.

parent dc3c452c
No related branches found
No related tags found
No related merge requests found
Pipeline #489 passed
...@@ -32,8 +32,12 @@ sed '/Package: ubuntu-session/,/^$/d' debian/control -i ...@@ -32,8 +32,12 @@ sed '/Package: ubuntu-session/,/^$/d' debian/control -i
echo "X-LightDM-DesktopName=GNOME" >> ./data/gnome.desktop.in echo "X-LightDM-DesktopName=GNOME" >> ./data/gnome.desktop.in
#sed -i '/Package: communitheme-snap-session/,/^$/d' debian/control #sed -i '/Package: communitheme-snap-session/,/^$/d' debian/control
#Prevent failing on missing files #Prevent failing on missing files
sed -i 's|dh_missing --fail-missing|dh_missing|' debian/rules cat << RULES >> debian/rules
override_dh_missing:
dh_missing --list-missing
RULES
changelog "Adapted for Trisquel" changelog "Adapted for Trisquel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment