File: postinst

package info (click to toggle)
telegnome 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,468 kB
  • sloc: ansic: 5,693; sh: 4,847; makefile: 113; xml: 76; sed: 16
file content (10 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
set -e

#DEBHELPER#

if [ -d /etc/gnome/config ]; then
    rmdir -p --ignore-fail-on-non-empty /etc/gnome/config
fi

exit 0