File: zsh-common.postrm

package info (click to toggle)
zsh 5.9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,872 kB
  • sloc: ansic: 108,165; sh: 6,987; makefile: 722; perl: 687; awk: 291; sed: 16
file content (9 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "purge" ]; then
    rmdir -p /usr/local/share/zsh/site-functions || true
fi

#DEBHELPER#