summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjzbor2022-02-08 15:55:54 +0100
committerjzbor2022-02-08 15:55:54 +0100
commit6e919505c3f75f500133c63b7f35e59502f25129 (patch)
tree641931a269b576f0f1c2e8cfb665b9aa824384e4
parentb3572e42c85f80a13bd0c2468a335672fcf7a580 (diff)
downloadaur-6e919505c3f75f500133c63b7f35e59502f25129.tar.gz
Removing moonwm.install
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--moonwm.install35
3 files changed, 2 insertions, 39 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c1ed191795e..1982f2d1e6e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = moonwm
pkgdesc = My own outstandingly named Window Manager (a dynamic window manager)
pkgver = 8.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jzbor/moonwm
- install = moonwm.install
arch = x86_64
arch = i686
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index e70833760752..9ec803c73e85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jzbor <zborof at posteo dot de>
pkgname=moonwm
pkgver=8.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="My own outstandingly named Window Manager (a dynamic window manager)"
arch=(x86_64 i686 aarch64)
url="https://github.com/jzbor/moonwm"
@@ -22,7 +22,6 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
noextract=()
sha512sums=('a1be68e30e637dec7aafb4427e5957b0a29f78c712b974cd744fb54cac95f8215bd075b55dac638c0c5899e78ef33ab5a56c66f0b48058fe38e1749269364052')
validpgpkeys=()
-install='moonwm.install'
build() {
cd "$pkgname-$pkgver"
diff --git a/moonwm.install b/moonwm.install
deleted file mode 100644
index 387e4240df87..000000000000
--- a/moonwm.install
+++ /dev/null
@@ -1,35 +0,0 @@
-# This is a default template for a post-install scriptlet.
-# Uncomment only required functions and remove any functions
-# you don't need (and this header).
-
-## arg 1: the new package version
-#pre_install() {
- # do something here
-#}
-
-## arg 1: the new package version
-post_install() {
- ln -sf /usr/bin/wmc-utils /usr/bin/moonwm-utils
-}
-
-## arg 1: the new package version
-## arg 2: the old package version
-#pre_upgrade() {
- # do something here
-#}
-
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- ln -sf /usr/bin/wmc-utils /usr/bin/moonwm-utils
-}
-
-## arg 1: the old package version
-#pre_remove() {
- # do something here
-#}
-
-## arg 1: the old package version
-#post_remove() {
- # do something here
-#}