blob: 21dbe6b753e74d096d952e24b2bae547ed7a882c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgname=hypr-cleaner
pkgver=1.0
pkgrel=1
pkgdesc="Script to remove GNOME Web/Console and replace Dolphin with Nautilus"
arch=('x86_64')
license=('GPL')
depends=('nautilus' 'pacman')
source=('cleaner.sh')
sha256sums=('SKIP')
package() {
# Install the script into /usr/bin
install -Dm755 "$srcdir/cleaner.sh" "$pkgdir/usr/bin/hypr-cleaner"
}
|