Skip to content

Commit

Permalink
changed file permissions so .desktop isn't executable
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkeenan committed Dec 9, 2014
1 parent 7575aea commit 86590ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=cla
pkgver=1.0
pkgrel=1
pkgrel=2
pkgdesc="Close active window. If desktop is active, logout. For panel-launcher."
arch=('any')
url="https://github.com/colinkeenan/cla"
Expand All @@ -15,6 +15,6 @@ md5sums=('4aff89eb4505840fd11c83404cf33717'
'c0c289e6dac69a28a82add518b0252ac')

package() {
install -D -m755 cla.desktop "$pkgdir/usr/share/applications/cla.desktop"
install -D -m644 cla.desktop "$pkgdir/usr/share/applications/cla.desktop"
install -D -m755 cla "$pkgdir/usr/bin/cla"
}
4 changes: 0 additions & 4 deletions cla.install
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ post_upgrade() {
post_install
}


post_remove() {
_update
}

0 comments on commit 86590ed

Please # to comment.