firefox-dev-alias

This commit is contained in:
2016-01-03 00:54:27 +01:00
parent 935452a514
commit 59aa0afc08

View File

@@ -0,0 +1,14 @@
# Maintainer: Manuel Vögele <aur@manuel-voegele.de>
pkgname=firefox-dev-alias
pkgver=1
pkgrel=1
arch=('any')
conflicts=('firefox')
provides=('firefox')
package() {
mkdir -p "${pkgdir}/usr/bin/"
ln -s /usr/bin/firefox-aurora "${pkgdir}/usr/bin/firefox"
}