File: notion.postrm

package info (click to toggle)
notion 4.0.2%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,676 kB
  • sloc: ansic: 47,508; sh: 2,096; makefile: 603; 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#