summaryrefslogtreecommitdiffhomepage
path: root/debian/rules
blob: 48012e3e758c1a18000f3452bdf9267e8150ac3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	chmod a+rwx debian/webchat/var/lib/webchat


override_dh_auto_install:
	dh_auto_install
	dh_installsystemd --name webchat