touchprint/stage4/02-extras/00-run.sh

8 lines
327 B
Bash
Raw Normal View History

2016-04-11 02:29:41 -04:00
#!/bin/bash -e
2016-05-09 13:29:21 -04:00
#Alacarte fixes
2016-04-11 02:29:41 -04:00
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"
2016-05-09 13:29:21 -04:00
install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/pi/.local/share/desktop-directories"