remove /usr/local/bin dir

This commit is contained in:
Victor Tebar
2023-09-21 10:43:23 +00:00
parent beeddaa407
commit 13affc452e
2 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
nwg-shell-config-0.5.18-1
nwg-shell-config-0.5.18-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nwg-autotiling
@@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nwg-shell-help
-rwxr-xr-x root/root usr/bin/nwg-shell-translate
-rwxr-xr-x root/root usr/bin/nwg-shell-updater
-rwxr-xr-x root/root usr/bin/nwg-system-update
-rwxr-xr-x root/root usr/bin/nwg-update-indicator
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.11/
@@ -113,9 +114,6 @@ drwxr-xr-x root/root usr/lib/python3.11/site-packages/nwg_shell_config/update
-rw-rw-r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config/updates/0.3.0
-rw-rw-r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config/updates/0.3.4
-rw-rw-r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config/updates/0.5.0
drwxr-xr-x root/root usr/local/
drwxr-xr-x root/root usr/local/bin/
-rwxr-xr-x root/root usr/local/bin/nwg-system-update
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rwxr-xr-x root/root usr/share/applications/nwg-shell-config.desktop

View File

@@ -3,7 +3,7 @@
name=nwg-shell-config
version=0.5.18
release=1
release=2
source="$name-$version.tar.gz::https://github.com/nwg-piotr/nwg-shell-config/archive/v$version.tar.gz"
build() {
@@ -16,5 +16,5 @@ build() {
install -D -t $PKG/usr/share/pixmaps nwg-update-available.svg
install -D -t $PKG/usr/share/pixmaps nwg-update-checking.svg
install -D -t $PKG/usr/share/applications nwg-shell-config.desktop
install -D -t $PKG/usr/local/bin nwg-system-update
install -D -t $PKG/usr/bin nwg-system-update
}