File: notion.postrm

package info (click to toggle)
notion 3%2B2014010901-1
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 4,940 kB
  • ctags: 6,104
  • sloc: ansic: 46,870; sh: 2,008; makefile: 598; perl: 270
file content (12 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e

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

# i18n menu method
inst=/etc/X11/notion/cfg_debian_ext.lua
if [ "$1" = "purge" ] && [ -f "$inst" ]; then rm $inst ; fi

#DEBHELPER#