diff --git a/PKGBUILD b/PKGBUILD index 0e702eb..0d036fb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,7 +14,7 @@ sha256sums=('SKIP') source=("git+https://code.edgarpierre.fr/edpibu/desktop.git") pkgver() { - cd "${pkgname%-git}" + cd "$pkgname%-git" git describe --tags | sed -e"s/^v//" } package() { diff --git a/icons/LICENSE b/icons/LICENSE index dc7232a..f49a4e1 100644 --- a/icons/LICENSE +++ b/icons/LICENSE @@ -1,7 +1,3 @@ -The icons in this folder are adapted from remixicon, licensed under the Apache License. - ---- - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/icons/microsoft.svg b/icons/microsoft.svg index b010d53..e33f6a2 100644 --- a/icons/microsoft.svg +++ b/icons/microsoft.svg @@ -1,25 +1 @@ - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/icons/restart.svg b/icons/restart.svg deleted file mode 100644 index 13233ad..0000000 --- a/icons/restart.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/icons/shutdown.svg b/icons/shutdown.svg deleted file mode 100644 index 2a62d42..0000000 --- a/icons/shutdown.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/reboot.desktop b/src/reboot.desktop deleted file mode 100644 index 96bae73..0000000 --- a/src/reboot.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Reboot -Exec=/usr/bin/systemctl reboot -Icon=restart \ No newline at end of file diff --git a/src/shutdown.desktop b/src/shutdown.desktop deleted file mode 100644 index 0dd63cb..0000000 --- a/src/shutdown.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Shutdown -Exec=/usr/bin/systemctl poweroff -Icon=shutdown \ No newline at end of file