This commit is contained in:
adi1090x 2022-02-01 16:06:00 +05:30
parent 417b692800
commit edbf08a205
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,7 @@ depends=('archcraft-skeleton')
conflicts=()
provides=("${pkgname}")
options=(!strip !emptydirs)
install="${pkgname}.install"
prepare() {
cp -af ../files/. ${srcdir}

View File

@ -0,0 +1,5 @@
post_install() {
echo '*************************'
echo -e "\n[*] Configurations for Openbox is updated.\nPlease copy the new config files manually from '/etc/skel/.config' before you login into openbox.\n"
echo '*************************'
}