File: notion.postrm

package info (click to toggle)
notion 3%2B2012042300-1
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 4,724 kB
  • sloc: ansic: 45,614; makefile: 544; sh: 409; perl: 113
file content (8 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

# i18n menu method
inst=/etc/menu-methods/notion-i18n
if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi

#DEBHELPER#