Sha256: 674f1a17fcbd6511b3943921b2865698679d1f4d9a30d49464368969c5c8d9cc
Contents?: true
Size: 285 Bytes
Versions: 5
Compression:
Stored size: 285 Bytes
Contents
#!/bin/bash #DEBHELPER# if [ "$1" = "purge" ] ; then # Remove the Debian system user/group. deluser --quiet --remove-home oversip &>/dev/null || true # Remove the Ruby gem. echo "uninstalling 'oversip' Ruby Gem..." gem1.9.1 uninstall oversip -a -x fi exit 0 #DEBHELPER#
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
oversip-1.0.4 | debian/postrm |
oversip-1.0.3 | debian/postrm |
oversip-1.0.2 | debian/postrm |
oversip-1.0.1 | debian/postrm |
oversip-1.0.0 | debian/postrm |