dwm

My dwm fork
git clone https://git.kausban.com/dwm/raw/.git
Log | Files | Refs | README

commit d8a96c1b001b81daa25651f20a25f14e19636548
parent b899b7679d1316f520913c518b0918a9260b70a1
Author: kausban <mail@kausban.com>
Date:   Tue,  5 Apr 2022 00:15:12 +0200

removed install file

Diffstat:
MPKGBUILD | 1-
Ddwm.install | 4----
2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD @@ -13,7 +13,6 @@ arch=('i686' 'x86_64') license=('MIT') options=(zipman) depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'st' 'dmenu') -install=dwm.install source=(https://dl.suckless.org/dwm/dwm-$pkgver.tar.gz dwm-bottomstack-6.1.diff dwm-gaplessgrid-6.1.diff diff --git a/dwm.install b/dwm.install @@ -1,4 +0,0 @@ -post_install() { - echo "-- Edit config.h in dwm's PKGBUILD directory (generally /var/abs/community/dwm/)" - echo "-- and rebuild package if you want to change settings." -}