Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
[overlay-scrollbar] Fix directory for X11 startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-Long Chen committed Sep 14, 2012
1 parent a1ec779 commit ada3055
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion overlay-scrollbar/PKGBUILD
Expand Up @@ -6,7 +6,7 @@ _actual_ver=0.2.16
_bzr_rev=r353
_ubuntu_rel=0ubuntu2
pkgver=${_actual_ver}.${_bzr_rev}.${_ubuntu_rel}
pkgrel=100
pkgrel=101
pkgdesc="Ayatana Scrollbars use an overlay to ensure that scrollbars take up no active screen real-estate."
arch=('i686' 'x86_64')
url="https://launchpad.net/ayatana-scrollbar"
Expand Down Expand Up @@ -45,6 +45,12 @@ package_overlay-scrollbar() {
make DESTDIR="${pkgdir}/" install

rm -rvf "${pkgdir}/usr/lib/"

# Put X11 startup script in correct directory
install -dm755 "${pkgdir}/etc/X11/xinit/xinitrc.d/"
mv "${pkgdir}/X11/Xsession.d/81overlay-scrollbar" \
"${pkgdir}/etc/X11/xinit/xinitrc.d/"
chmod 755 "${pkgdir}/X11/xinit/xinitrc.d/81overlay-scrollbar"
}

package_liboverlay-scrollbar3() {
Expand Down

0 comments on commit ada3055

Please sign in to comment.