File: emerald.postinst

package info (click to toggle)
emerald 0.8.18-4.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,916 kB
  • sloc: ansic: 15,354; sh: 4,719; makefile: 191; xml: 7
file content (7 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh
set -e

update-alternatives --install /usr/bin/x-window-manager x-window-manager  /usr/bin/emerald 30

#DEBHELPER#
exit 0