File: bamfdaemon.postrm

package info (click to toggle)
bamf 0.5.6%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,800 kB
  • sloc: ansic: 14,580; makefile: 415; xml: 249; sh: 116; python: 45
file content (8 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
	rm -f /usr/share/applications/bamf-2.index
fi

#DEBHELPER#