181218ea9d
Move python-games to Raspbian Full and install as a Debian package.
7 lines
327 B
Bash
Executable file
7 lines
327 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
#Alacarte fixes
|
|
install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/pi/.local"
|
|
install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/pi/.local/share"
|
|
install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/pi/.local/share/applications"
|
|
install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/pi/.local/share/desktop-directories"
|