Updated
This commit is contained in:
parent
417b692800
commit
edbf08a205
1
PKGBUILD
1
PKGBUILD
|
@ -12,6 +12,7 @@ depends=('archcraft-skeleton')
|
||||||
conflicts=()
|
conflicts=()
|
||||||
provides=("${pkgname}")
|
provides=("${pkgname}")
|
||||||
options=(!strip !emptydirs)
|
options=(!strip !emptydirs)
|
||||||
|
install="${pkgname}.install"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cp -af ../files/. ${srcdir}
|
cp -af ../files/. ${srcdir}
|
||||||
|
|
|
@ -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 '*************************'
|
||||||
|
}
|
Loading…
Reference in New Issue