~ubuntu-langpack/langpack-o-matic/main

« back to all changes in this revision

Viewing changes to skel-base/debian/postrm

  • Committer: Sebastien Bacher
  • Date: 2021-11-22 16:04:05 UTC
  • mfrom: (594.2.1 langpack-o-matic)
  • Revision ID: seb128@ubuntu.com-20211122160405-17hx41i98tvg459q
The repository has been moved to git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh -e
2
 
 
3
 
if [ "$1" = "remove" ]; then
4
 
    /usr/share/locales/remove-language-pack "%PKGCODE%" "%CLASS%" "$2" || true
5
 
fi
6
 
 
7
 
#DEBHELPER#
8
 
 
9
 
exit 0