Skip to content

Commit

Permalink
chromium is on wheezy, chromium-browser on Ubuntu
Browse files Browse the repository at this point in the history
lightdm is only on Ubuntu
  • Loading branch information
schlomo committed Nov 15, 2013
1 parent 58ff73a commit 610a286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: kiosk-browser
Version: 28
Version: 29
Priority: optional
Section: web
Architecture: all
Maintainer: Schlomo Schapiro <kiosk-browser@schlomo.schapiro.org>
Pre-Depends: nodm
Depends: chromium-browser, x11-xserver-utils, metacity, xdotool, x11-apps, sudo, imagemagick, debconf
Depends: chromium | chromium-browser, x11-xserver-utils, metacity, xdotool, x11-apps, sudo, imagemagick, debconf
Homepage: https://github.com/ImmobilienScout24/kiosk-browser
Description: Kiosk Browser
Setup system to work as a kiosk browser, showing only a full-screen browser.
Expand Down
4 changes: 2 additions & 2 deletions src/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ mkdir -p /var/lib/kiosk-browser/{.cache,.config/chromium,.pki}
chown -R kiosk-browser:kiosk-browser /var/lib/kiosk-browser/{.cache,.config/chromium,.pki}


# if lightdm is running stop if first
if status lightdm ; then
# if lightdm is running stop if first (only on Ubuntu)
if test -r /etc/init/lightdm.conf && status lightdm ; then
stop lightdm || :
sleep 5 # give it a moment to stop everything
fi
Expand Down

0 comments on commit 610a286

Please sign in to comment.