mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-18 13:13:31 +00:00
Monotone-Parent: 0e5ecbd534de16df76709927dc37b1bc83801546 Monotone-Revision: 94772b227e4be6ef77cbed6831b420c774e9d80d Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-28T19:07:51 Monotone-Branch: ca.inverse.sogo
5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
userdel sogo||true
|
|
update-rc.d SOGo remove ||true
|