diff --git a/PKGBUILD b/PKGBUILD index e89c365..d18f371 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,6 +12,7 @@ depends=('archcraft-skeleton') conflicts=() provides=("${pkgname}") options=(!strip !emptydirs) +install="${pkgname}.install" prepare() { cp -af ../files/. ${srcdir} diff --git a/archcraft-openbox.install b/archcraft-openbox.install new file mode 100644 index 0000000..9265db2 --- /dev/null +++ b/archcraft-openbox.install @@ -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 '*************************' +}