sync everything with local build

This commit is contained in:
wolfden
2018-08-25 14:46:43 -05:00
parent 9273a02fb2
commit 3218dd77b3
643 changed files with 36179 additions and 261 deletions

View File

@@ -125,7 +125,7 @@ xfceforensic_remove_skel_stuff() {
rm -rf /etc/skel/.config/xfce4/desktop
rm -rf /etc/skel/.config/xfce4/panel
glib-compile-schemas /usr/share/glib-2.0/schemas/
gsettings set org.gnome.shell.extensions.dash-to-dock extend-height true
rm -rf /usr/share/backgrounds/iottinka
}
setup_oss_gfx_drivers() {

View File

@@ -15,16 +15,8 @@ ls -l ${GFORENSIC_DIR}
echo "================================================"
# setup skel and background
cp -v "${GFORENSIC_DIR}"/usr/share/backgrounds/sabayon-forensic.png "${CHROOT_DIR}/usr/share/backgrounds/"
cp -v "${GFORENSIC_DIR}"/usr/share/backgrounds/sabayon-forensic.jpg "${CHROOT_DIR}/usr/share/backgrounds/"
cp -v "${GFORENSIC_DIR}"/usr/share/backgrounds/kgdm.jpg "${CHROOT_DIR}/usr/share/backgrounds/kgdm.jpg"
cp -v "${GFORENSIC_DIR}"/files/org.freedesktop.udisks.policy "${CHROOT_DIR}/usr/share/polkit-1/actions/org.freedesktop.udisks.policy"
cp -v "${GFORENSIC_DIR}"/files/org.freedesktop.udisks2.policy "${CHROOT_DIR}/usr/share/polkit-1/actions/org.freedesktop.udisks2.policy"
cp -v "${GFORENSIC_DIR}"/files/theme.lua "${CHROOT_DIR}/etc/xdg/awesome/themes/default/theme.lua"
cp -rv "${GFORENSIC_DIR}"/files/Qogir-dark "${CHROOT_DIR}/usr/share/themes/"
cp -v "${GFORENSIC_DIR}"/files/forensic-desktops/* "${CHROOT_DIR}/usr/share/applications/"
cp -v "${GFORENSIC_DIR}"/files/org.sabayon.gschema.override "${CHROOT_DIR}/usr/share/glib-2.0/schemas/org.sabayon.gschema.override"
cp -v "${GFORENSIC_DIR}"/files/org.gnome.shell.extensions.dash-to-dock.gschema.xml "${CHROOT_DIR}/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml"
cp -rv "${GFORENSIC_DIR}"/usr "${CHROOT_DIR}/"
sudo glib-compile-schemas "${CHROOT_DIR}/usr/share/glib-2.0/schemas/"
echo "================================================"
echo "EXIT FROM XFCE-REMASTER-POST.SH"