From 99acedfc89977345d7a1fe0f1fbfae858ed601e8 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 21 Sep 2022 20:52:21 +0200 Subject: [PATCH] Removed junk --- PKGBUILD | 6 ------ ewm.install | 4 ---- 2 files changed, 10 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 5695790..e48d3bd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,14 +9,8 @@ license=('GPL-3.0') depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'alacritty') optdepends=('rofi' 'polybar') options=(zipman) -install=ewm.install source=(ewm.desktop) -prepare() { - cd "$srcdir/$pkgname-$pkgver" - cp "$srcdir/config.h" config.h -} - build() { cd "$srcdir/" make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 FREETYPEINC=/usr/include/freetype2 diff --git a/ewm.install b/ewm.install index bbb0de5..e69de29 100644 --- a/ewm.install +++ b/ewm.install @@ -1,4 +0,0 @@ -post_install() { - echo "-- Edit config.h in ewm's PKGBUILD directory (generally /var/abs/community/ewm/)" - echo "-- and rebuild package if you want to change settings." -}