~ubuntu-branches/ubuntu/trusty/language-pack-nso-base/trusty

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Package Import Robot
  • Author(s): Ubuntu automatic language-pack builder
  • Date: 2013-07-24 06:09:08 UTC
  • Revision ID: package-import@ubuntu.com-20130724060908-pfuhegj3q4mnywjj
Tags: 1:13.10+20130723
Initial Release.

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 "nso" "" "$2" || true
 
5
fi
 
6
 
 
7
#DEBHELPER#
 
8
 
 
9
exit 0