alfred: remove socket on finish

This commit is contained in:
Enno Boland 2015-02-08 17:59:15 +01:00
parent 3ddbf492f1
commit 20eb8adbd5
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
#! /bin/sh
rm /var/run/alfred.sock

View File

@ -1,7 +1,7 @@
# Template file for 'alfred' # Template file for 'alfred'
pkgname=alfred pkgname=alfred
version=2014.4.0 version=2014.4.0
revision=4 revision=5
build_style=gnu-makefile build_style=gnu-makefile
short_desc="Daemon for distributing arbitrary information over a batman mesh" short_desc="Daemon for distributing arbitrary information over a batman mesh"
maintainer="Enno Boland <eb@s01.de>" maintainer="Enno Boland <eb@s01.de>"