2023-02-23 21:04:27 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2023-03-25 08:58:36 +01:00
|
|
|
cp -rvf /etc/skel/.config/examples/.profile /etc/skel/
|
|
|
|
cp -rvf /etc/skel/.config/examples/Kvantum /etc/skel/.config/
|
2023-02-23 21:04:27 +01:00
|
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
|
|
|
|