plasma-integration: deleted empty dir

This commit is contained in:
Tim Biermann 2024-04-13 15:25:32 +02:00
parent e39792c8c3
commit 174287d6be
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,3 @@ drwxr-xr-x root/root usr/lib/qt6/
drwxr-xr-x root/root usr/lib/qt6/plugins/
drwxr-xr-x root/root usr/lib/qt6/plugins/platformthemes/
-rwxr-xr-x root/root usr/lib/qt6/plugins/platformthemes/KDEPlasmaPlatformTheme6.so
drwxr-xr-x root/root usr/share/

View File

@ -22,6 +22,7 @@ build() {
DESTDIR=$PKG cmake --install build
rm -r $PKG/usr/share/locale
rmdir $PKG/usr/share
}
# vim: set ts=4 et: