File: postrm

package info (click to toggle)
awesome 4.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,412 kB
  • sloc: ansic: 14,508; sh: 525; makefile: 44
file content (11 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "purge" ]
then
    rm -f /etc/xdg/awesome/debian/menu.lua
    rmdir /etc/xdg/awesome/debian
fi

#DEBHELPER#