Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Design Linux UGA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
phitem
Design Linux UGA
Commits
a39768c5
Commit
a39768c5
authored
3 years ago
by
Maxime Accadia
Browse files
Options
Downloads
Patches
Plain Diff
Crée les dossiers manquants pour le paquet
parent
2dbf8808
No related branches found
No related tags found
No related merge requests found
Pipeline
#71719
passed
3 years ago
Stage: build
Stage: upload
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mkdeb.sh
+4
-3
4 additions, 3 deletions
mkdeb.sh
with
4 additions
and
3 deletions
mkdeb.sh
+
4
−
3
View file @
a39768c5
...
...
@@ -43,9 +43,10 @@ install -m 644 icons/folder-uga.svg "$FAKEROOT/usr/share/icons"
# GDM3
install
-m
644 gdm3/logo.png
"
$FAKEROOT
/usr/share/pixmaps"
install
-m
644 dconf_profile
"
$FAKEROOT
/etc/dconf/profile/gdm"
mkdir
"
$FAKEROOT
/etc/dconf/db/gdm.d"
install
-m
644 dconf_02-logo
"
$FAKEROOT
/etc/dconf/db/gdm.d/02-logo"
mkdir
-p
"
$FAKEROOT
/etc/dconf/profile"
install
-m
644 gdm3/dconf_profile
"
$FAKEROOT
/etc/dconf/profile/gdm"
mkdir
-p
"
$FAKEROOT
/etc/dconf/db/gdm.d"
install
-m
644 gdm3/dconf_02-logo
"
$FAKEROOT
/etc/dconf/db/gdm.d/02-logo"
dpkg-deb
--build
design-linux-uga
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment