From edbf08a205e042b88e4efcc46b78be43ef0e0586 Mon Sep 17 00:00:00 2001 From: adi1090x Date: Tue, 1 Feb 2022 16:06:00 +0530 Subject: [PATCH] Updated --- PKGBUILD | 1 + archcraft-openbox.install | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 archcraft-openbox.install 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 '*************************' +}