elementary / default-settings

Default settings for elementary OS
GNU General Public License v3.0
39 stars 28 forks source link

skel: Include all directories for Flatpak config #248

Closed cassidyjames closed 2 years ago

cassidyjames commented 2 years ago

Intended to fix #247. I feel like there is probably a better/more Debian way to ensure those folders get installed than peppering .gitkeep files around, though.

davidmhewitt commented 2 years ago

The way to do this with debian packaging is to create a debian/dirs file that lists the directories that need creating without the leading slashes, so it would be

etc/skel/flatpak/repo/objects
etc/skel/flatpak/repo/refs

And so on