remove gnome.mk again, looks like we are going to have to call gtk-update-icon-cache from a postinst
This commit is contained in:
parent
d7c79f8cd8
commit
afaefc2176
|
@ -4,6 +4,5 @@ DEB_PYTHON_SYSTEM = pycentral
|
|||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/python-distutils.mk
|
||||
include /usr/share/cdbs/1/class/gnome.mk
|
||||
|
||||
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
gtk-update-icon-cache /usr/share/icons/hicolor/
|
||||
|
Loading…
Reference in New Issue