Skip to content

Commit cfb79ed

Browse files
committed
Arch: remove useless mkdir/cp
1 parent b5b3b7f commit cfb79ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/PKGBUILD

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@ build() {
2828
package() {
2929
cd ${srcdir}/${pkgname}-${pkgver}
3030
make INSTALL_ROOT="$pkgdir/" install
31-
mkdir -p "$pkgdir/usr/share/applications/"
32-
cp ./magicfountain.desktop "$pkgdir/usr/share/applications/"
33-
mkdir -p "$pkgdir/usr/share/icons/hicolor/48x48/apps/"
34-
cp ./magicfountain.png "$pkgdir/usr/share/icons/hicolor/48x48/apps/"
3531
}

0 commit comments

Comments
 (0)