File: postrm

package info (click to toggle)
fbpanel 7.0-4
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,040 kB
  • sloc: ansic: 11,684; sh: 404; python: 382; makefile: 315
file content (8 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh 
set -e

if [ "$1" = "purge" ]; then
    rm -f /etc/menu-methods/fbpanel
fi

#DEBHELPER#